[dev] Small patch for mnemo/templates/list/header.inc
Jan Kuipers
jrkuipers at lauwerscollege.nl
Fri Dec 15 07:47:51 PST 2006
Regarding HEAD:
Small patch attached for mnemo/templates/list/header.inc
(I have trouble with the cvs version using IE7)
--
Jan Kuipers
Systeembeheer Lauwers College
-------------- next part --------------
Index: header.inc
===================================================================
RCS file: /repository/mnemo/templates/list/header.inc,v
retrieving revision 1.13
diff -u -r1.13 header.inc
--- header.inc 17 Nov 2006 22:29:41 -0000 1.13
+++ header.inc 15 Dec 2006 15:37:34 -0000
@@ -1,4 +1,4 @@
<div id="page">
-<h1 class="header leftAlign">
- <?php echo htmlspecialchars($title) ?>
-</div>
+ <div class="header leftAlign">
+ <?php echo htmlspecialchars($title) ?>
+ </div>
More information about the dev
mailing list