cvs: peardoc /en/package/html/html-quickform-advmultiselect/appendix examples-multiple2.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsfarell1233264756@cvsserver> |
farell Thu Jan 29 21:32:36 2009 UTC
Modified files:
/peardoc/en/package/html/html-quickform-advmultiselect/appendix
examples-multiple2.xml
Log:
remove CDATA of php example, due to conflict with CDATA of programlisting docbook tag
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml:1.3 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml:1.4
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml:1.3 Thu Jan 29 21:09:14 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml Thu Jan 29 21:32:36 2009
@@ -40,7 +40,7 @@
* that can be display in one or two select box mode.
* This example demonstrate the new feature of version 1.3.0 : Live Counter
*
- * @version $Id: examples-multiple2.xml,v 1.3 2009/01/29 21:09:14 farell Exp $
+ * @version $Id: examples-multiple2.xml,v 1.4 2009/01/29 21:32:36 farell Exp $
* @author Laurent Laville <[email protected]>
* @package HTML_QuickForm_advmultiselect
* @subpackage Examples
@@ -224,12 +224,12 @@
$form->display();
?>
<script type="text/javascript">
-//<![CDATA[
+//
function init() {
QFAMS.init(['cars','fruit']);
}
window.addEventListener('load', init, false);
-//]]>
+//
</script>
</body>
</html>