[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-bottom.inc,1.2,1.3

Owen Leonard oleonard at users.sourceforge.net
Mon May 10 18:31:10 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1777/koha-tmpl/opac-tmpl/css/en/includes

Modified Files:
	opac-bottom.inc 
Log Message:
Quoting href attribute to make XHTML compliant

Index: opac-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-bottom.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-bottom.inc	11 Feb 2004 08:57:56 -0000	1.2
--- opac-bottom.inc	10 May 2004 16:30:58 -0000	1.3
***************
*** 3,7 ****
  	<p>
  		Logged in as <b><!-- TMPL_VAR NAME="loggedinusername" --></b> <a href="/cgi-bin/koha/opac-user.pl">Members Home</a>
! 		|| <a href=/cgi-bin/koha/opac-main.pl?logout.x=1>Log Out</a>
  	</p>
  <!-- TMPL_ELSE -->
--- 3,7 ----
  	<p>
  		Logged in as <b><!-- TMPL_VAR NAME="loggedinusername" --></b> <a href="/cgi-bin/koha/opac-user.pl">Members Home</a>
! 		|| <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log Out</a>
  	</p>
  <!-- TMPL_ELSE -->





More information about the Koha-cvs mailing list