phpns-team team mailing list archive
-
phpns-team team
-
Mailing list archive
-
Message #00059
[Bug 247994] [NEW] invalid XHTML in default Template
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.
Follow ups
References