1
cmagana
Invalid xhtml code in xoops
  • 2006/1/4 7:26

  • cmagana

  • Not too shy to talk

  • Posts: 131

  • Since: 2003/11/8


many portions of code in XOOPS core have invalid code xhtml, by example, in file class/xoopstree.php line 195 is:
$path "<a href='".$funcURL."&".$this->id."=".$sel_id."'>".$name."</a>&nbsp;:&nbsp;".$path."";

but the correct way to do is:
$path "<a href='".$funcURL."&amp;amp;".$this->id."=".$sel_id."'>".$name."</a>&nbsp;:&nbsp;".$path."";

Note that ampersands in URL must be &amp;
please read it: http://www.htmlhelp.com/tools/validator/problems.html#amp

I hope that development team consider this recomendation.

Login

Who's Online

179 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 179


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits