Hi!
I have extra  's after every page numbers when I view my gallery. It shows as  1 (where 1 is a link to page 1). Does anyone know how to fix it?
thanks.
----
Give us your Gallery/webserver information to get a faster answer.
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version: 1.4.4 pl2
Apache version: 1.3.31
PHP version (don't just say PHP 4, please): 4.3.9
Graphics Toolkit: imagemagick
Operating system: Linux
Web browser/version (if applicable): MSIE 6
Posts: 6818
Hello Jigsatics,
i cant verify this on my installation here.
Can you give us the URL to your Gallery ?
Regards,
Jens
Posts: 7
http://www.jigsandnoems.com/gallery.html
Posts: 6818
Hi,
why did i know you run a modified or "not normal" Gallery ?
Strange to see a php site inside a .html.
Anyway.
Our code is fine. I think your parser does something strange.
Because i see this in your html output
&nbsp<b>1</b>
Open layout/navigator.inc
There you find
$mpContent .= "&nbsp;$leftdot&nbsp$number\n\t\t";
and$mpContent .="&nbsp;$rightdot&nbsp;";
I did this codepart. And you can see the ; are there.
Jens
Posts: 7
thank you very much. it's fixed. :D
Posts: 6818
what was it ?
;)
Posts: 24
A semicolon is missing after the 2nd  .