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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
