minor bugs (Bugs)

by Fritz ⌂ @, Chiemsee, Sunday, November 04, 2007, 16:35 (6016 days ago)

index.tpl.inc
line 67:
attribute was used more than once in the same tag:
title="{#unmark_linktitle#}" 4 occurencies!


lines 56 and 57:
The 2 characters "</" have been detected in a wrong place.
document.write("</a>" )
should read:
document.write("</a>" )

see http://www.htmlhelp.com/tools/validator/problems.html#script

ajax_preview.tpl
make all
</a> => </a>
and all
</div) => </div>
see above

locked
4261 views
Avatar

minor bugs

by Micha ⌂, Monday, November 05, 2007, 16:38 (6015 days ago) @ Fritz

Hi,

the forum is valid.

regards Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences

locked
4304 views

minor bugs

by Otto, Sunday, November 11, 2007, 20:25 (6009 days ago) @ Micha

Hi,

the forum is valid.

Hmm, when I run that validator I still get one message:

title="Show preview" alt="[…]" width="11" height="11" />
Error: illegal character number 128

I think it has to do with the alt="[...]" fragment in index.tpl.inc and some other templates. For some reason this code is replaced with garbage characters. When I changed it into alt="..." the code passes.

Otto

locked
4303 views
Avatar

minor bugs

by Micha ⌂, Sunday, November 11, 2007, 21:18 (6009 days ago) @ Otto

Hi,

I have no problemes, too.

Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences

locked
4221 views

RSS Feed of thread