Remove a typo from serials-edit template
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 9 Jun 2011 14:11:30 +0000 (15:11 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 9 Jun 2011 22:17:09 +0000 (10:17 +1200)
Rogue 'i' removed from template would show up in display

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt

index 145166d..8ffd32e 100644 (file)
@@ -178,7 +178,7 @@ $(document).ready(function() {
        <div class="yui-b">
 
 <h1>Serial Edition <i>[% bibliotitle %]</i>
-       i[% IF location %] ( [% location %] ) [% END %]
+       [% IF location %] ( [% location %] ) [% END %]
     [% IF ( callnumber ) %] callnumber: [% callnumber %][% END %]</h1>
 <form method="post" name="f" action="serials-edit.pl" id="serials_edit">
 <!--onsubmit="return barcode_check()">-->