Bug 6151 follow-up, fix HTML4 coding guideline
This commit is contained in:
parent
bf61215e9e
commit
9acabe44a4
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ $(document).ready(function () {
|
|||
|
||||
|
||||
[% IF ( wrongbranch ) %]
|
||||
<div class="dialog alert"><h3>Cannot Check In</h3><p>This item must be checked in at its home library. <strong>NOT CHECKED IN</strong></p>
|
||||
<div class="dialog alert"><h3>Cannot check in</h3><p>This item must be checked in at its home library. <strong>NOT CHECKED IN</strong></p>
|
||||
</div>
|
||||
[% END %]
|
||||
<!-- case of a mistake in transfer loop -->
|
||||
|
|
Loading…
Reference in a new issue