Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
[deleted comment]
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
Fixed in 0.96
Original comment by nbutterworth1953@gmail.com
on 6 Apr 2010 at 1:31
Original issue reported on code.google.com by
nbutterworth1953@gmail.com
on 17 Nov 2009 at 12:03