Skip to content

Commit fc5e62b

Browse files
committed
bug 334859 HTMLHELP: Underscore in chm file name prevents linking between chm files
More general text
1 parent 9c9e42f commit fc5e62b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

doc/faq.doc

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If you want to refer from one compressed HTML file
151151
called \c b.chm, the
152152
link in \c a.chm must have the following format:
153153
\verbatim
154-
<a href="b.chm::/file.html">
154+
<a href="mk:@MSITStore:b.chm::/file.html">
155155
\endverbatim
156156
Unfortunately this only works if both compressed HTML files are in the same
157157
directory.
@@ -164,17 +164,9 @@ Suppose you have a project \e a referring to a project \e b using tag file
164164
\c a.chm and the \c index.chm for project \e b into \c b.chm. In the
165165
configuration file for project \e a you write:
166166
\verbatim
167-
TAGFILES = b.tag=b.chm::
167+
TAGFILES = b.tag=mk:@MSITStore:b.chm::
168168
\endverbatim
169169

170-
Note:<br>
171-
In case the chm file you refer to contains an underscore the linking doesn't work and one has to use a construct with
172-
`mk:@MSITStore:` so (e.g. for the reference to `b_file.chm`):
173-
\verbatim
174-
TAGFILES = b.tag=mk:@MSITStore:b_file.chm::
175-
\endverbatim
176-
177-
178170
\section faq_html I don't like the quick index that is put above each HTML page, what do I do?
179171

180172
You can disable the index by setting \ref cfg_disable_index "DISABLE_INDEX" to `YES`. Then you can

0 commit comments

Comments
 (0)