[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes d... [rel_3_0]

Joshua Ferraro jmf at liblime.com
Sun Mar 4 22:35:11 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Joshua Ferraro <kados>	07/03/04 21:35:11

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes: doc-head-close.inc 

Log message:
	end tag for "link" omitted

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.2&r2=1.2.2.3

Patches:
Index: doc-head-close.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -b -r1.2.2.2 -r1.2.2.3
--- doc-head-close.inc	24 Jan 2007 13:55:01 -0000	1.2.2.2
+++ doc-head-close.inc	4 Mar 2007 21:35:11 -0000	1.2.2.3
@@ -1,7 +1,7 @@
 </title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
-<link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/includes/intranet-print.css">
+<link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/includes/intranet-print.css" />
 <style type="text/css" media="screen"> 
 	<!-- TMPL_IF NAME="intranetstylesheet" -->
 	   @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);





More information about the Koha-cvs mailing list