[Koha-patches] [PATCH] Bug 3603: Fixes XHMTL errors in catalogue/showmarc.tmpl

Garry Collum gcollum at gmail.com
Sun Sep 13 16:41:43 CEST 2009


Missing <title> tags, missing </head> and <body>, extra </div>
---
 .../prog/en/modules/catalogue/showmarc.tmpl        |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tmpl
index b30594c..a1d584c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tmpl
@@ -1,5 +1,8 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC Import<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
+<title>Koha -- Cataloging: MARC Import</title>
+<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+</head>
+<body>
 <div id="main">
 <pre><!-- TMPL_VAR NAME="MARC_FORMATTED" --> </pre>
-</div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
-- 
1.5.6.5




More information about the Koha-patches mailing list