[FIXED] Bad HTML tag closing or opening

Added by kirlack over 8 years ago

Hi,

functions_render.php
line 38

<p class="ryzom-ui-notice">powered by <a class="ryzom-ui-notice" href="http://dev.ryzom.com/projects/ryzom-api/wiki">ryzom-api</a></span>

Please replace "</span>" with "</p>" or "<p" with "<span", but don't mix both :)

Rgds


Replies (2)

RE: Bad HTML tag closing or opening - Added by kirlack over 8 years ago

http://atys.ryzom.com/start/ryzom_api/render/ryzom_ui.css
Used in functions_render.php: ryzom_render_header()

Line 181

    color: grey;

Spelling grey with an "e" is a mistake (invalid color), please change it to gray with an "a".
http://www.w3.org/TR/CSS21/syndata.html#color-units
http://en.wikipedia.org/wiki/Gray#Web_colors

Rgds

RE: Bad HTML tag closing or opening - Added by vl over 8 years ago

Thank you for the report.

The both mistakes are fixed.

(1-2/2)