From: <var...@us...> - 2014-06-13 12:52:06
|
Revision: 8907 http://sourceforge.net/p/phpwiki/code/8907 Author: vargenau Date: 2014-06-13 12:52:03 +0000 (Fri, 13 Jun 2014) Log Message: ----------- Use 'id', not 'name', for HTML::a Modified Paths: -------------- trunk/lib/plugin/AddComment.php Modified: trunk/lib/plugin/AddComment.php =================================================================== --- trunk/lib/plugin/AddComment.php 2014-06-13 12:19:46 UTC (rev 8906) +++ trunk/lib/plugin/AddComment.php 2014-06-13 12:52:03 UTC (rev 8907) @@ -97,7 +97,7 @@ a.title='" . _("Click to display all comments") . "'; } }")); - $html->pushContent(HTML::h4(HTML::a(array('name' => 'comment-header', + $html->pushContent(HTML::h4(HTML::a(array('id' => 'comment-header', 'class' => 'wikiaction', 'title' => _("Click to display"), 'onclick' => "togglecomments(this)"), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |