moissinac / csvfix

Automatically exported from code.google.com/p/csvfix
MIT License
0 stars 0 forks source link

Problems & Solutions section not working in HTML manual #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Problems & Solutions section is not accessible from the HTML version of
the manual. This is due to a bug in the tool that that generates the help
files and will be fixed in the next release. For now, if you want to read
the section, open the corresponding HTML file directly.

Original issue reported on code.google.com by nbutterworth1953@gmail.com on 17 Nov 2009 at 12:03

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
If you want to fix this in the current version:

a) Rename problemssol;utions.htm to problemssolutions.htm

and 

b) Edit the csv_content.js file with a text editor, changing the line:

tocTab[ir++] = new Array ("1.2", "Problems & Solutions",
"problemssol;utions.htm", "", "cicon9.gif", "cicon9.gif");

to :

tocTab[ir++] = new Array ("1.2", "Problems & Solutions", 
"problemssolutions.htm",
"", "cicon9.gif", "cicon9.gif");

i.e. remove the semicolon in the the .htm file name.

Original comment by nbutterworth1953@gmail.com on 17 Nov 2009 at 12:15

GoogleCodeExporter commented 8 years ago
Fixed in 0.96

Original comment by nbutterworth1953@gmail.com on 6 Apr 2010 at 1:31