From: <var...@us...> - 2010-06-28 12:32:30
|
Revision: 7587 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7587&view=rev Author: vargenau Date: 2010-06-28 12:32:23 +0000 (Mon, 28 Jun 2010) Log Message: ----------- name => id Modified Paths: -------------- trunk/lib/plugin/PageHistory.php Modified: trunk/lib/plugin/PageHistory.php =================================================================== --- trunk/lib/plugin/PageHistory.php 2010-06-28 08:29:08 UTC (rev 7586) +++ trunk/lib/plugin/PageHistory.php 2010-06-28 12:32:23 UTC (rev 7587) @@ -141,7 +141,7 @@ return HTML(HTML::form(array('method' => 'get', 'action' => $action, - 'name' => 'diff-select'), + 'id' => 'diff-select'), $html), "\n", JavaScript(' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |