Public bug reported:

hi
in Default Template (Comment form) is 1 error by xhtml Validation:

<pre>
<textarea name="comment" style="width:100%; height: 150px"></textarea><br />
</pre>

w3school say: textarea without rows and cols is invalid.
Fix
change to:
<pre>
<textarea rows="10" cols="10" name="comment"></textarea><br />
</pre>
now is Valid XHTML :)

best regards

** Affects: phpns
     Importance: Undecided
         Status: New

-- 
invalid XHTML in default Template
https://bugs.launchpad.net/bugs/247994
You received this bug notification because you are a member of Phpns-
team, which is subscribed to phpns.

_______________________________________________
Mailing list: https://launchpad.net/~phpns-team
Post to     : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to