[20787] HTML doc cleaning ( <input tag without closing brace )
Pascal Vilarem <[email protected]>
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 20787
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20787
Author: maat
Date: 2009-11-13 18:46:21 +0000 (Fri, 13 Nov 2009)
Log Message:
-----------
HTML doc cleaning ( <input tag without closing brace )
Modified Paths:
--------------
modules/phpgwapi/trunk/js/yahoo/yui/examples/autocomplete/customize.html
Modified: modules/phpgwapi/trunk/js/yahoo/yui/examples/autocomplete/customize.html
===================================================================
--- modules/phpgwapi/trunk/js/yahoo/yui/examples/autocomplete/customize.html 2009-11-13 18:44:34 UTC (rev 20786)
+++ modules/phpgwapi/trunk/js/yahoo/yui/examples/autocomplete/customize.html 2009-11-13 18:46:21 UTC (rev 20787)
@@ -202,7 +202,7 @@
<input id="minquerylength" type="text" size="2" value="1">
- <input type="button" value="Update" onclick="YAHOO.example.ACCustomizable.updateMinQueryLength();"
+ <input type="button" value="Update" onclick="YAHOO.example.ACCustomizable.updateMinQueryLength();">
</div>