Bug 12062: Follow up - adds missing )
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / showmarc.tt
index 05467e8..609c392 100644 (file)
@@ -1,8 +1,10 @@
 [% INCLUDE 'doc-head-open.inc' %]
 <title>Koha &rsaquo; Cataloging &rsaquo; MARC import</title>
-[% INCLUDE 'doc-head-close.inc' %]
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 </head>
 <body id="catalog_showmarc" class="catalog">
-<div id="main">
+<div id="main" style="direction: ltr;">
 <pre>[% MARC_FORMATTED %] </pre>
-[% INCLUDE 'intranet-bottom.inc' %]
+</div>
+</body>
+</html>