Bug 8070: improve MARC preview display for RTL languages
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / showmarc.tt
index 932a50a..609c392 100644 (file)
@@ -3,6 +3,8 @@
 <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>