[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Dec 1 15:52:35 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/12/01 14:52:35

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/includes: common.js.inc 

Log message:
	Adding XML comments to inline script block to ensure validation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/common.js.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.4&r2=1.1.2.1.2.5

Patches:
Index: common.js.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/common.js.inc,v
retrieving revision 1.1.2.1.2.4
retrieving revision 1.1.2.1.2.5
diff -u -b -r1.1.2.1.2.4 -r1.1.2.1.2.5
--- common.js.inc	9 Oct 2006 13:42:30 -0000	1.1.2.1.2.4
+++ common.js.inc	1 Dec 2006 14:52:35 -0000	1.1.2.1.2.5
@@ -1,5 +1,5 @@
 <script language="javascript" type="text/javascript">
-
+	//<![CDATA[
 function addLoadEvent(func) {
   var oldonload = window.onload;
   if (typeof window.onload != 'function') {
@@ -103,4 +103,5 @@
 	addLoadEvent(verifyAmazonImages);
 	addLoadEvent(mainfocus);
 	addLoadEvent(preparehelp);
+	//]]>
 </script>
\ No newline at end of file





More information about the Koha-cvs mailing list