Bug 18904: (follow-up) Fix whitespace and don't use hardcoded path
Fix whitespace/tabs use [% interface %] not intranet-tmpl Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
297529c251
commit
5648b1b45f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<link rel="stylesheet" href="[% interface %]/lib/codemirror/codemirror_[% KOHA_VERSION %].css" />
|
||||
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/humanmsg_[% KOHA_VERSION %].css" />
|
||||
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script>
|
||||
<script src="/intranet-tmpl/prog/js/cataloging.js" type="text/javascript"></script>
|
||||
<script src="[% interface %]/prog/js/cataloging.js" type="text/javascript"></script>
|
||||
[% IF ( bidi ) %]
|
||||
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" />
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue