bug 8477 follow-up for [HTML4] coding guideline
This commit is contained in:
parent
2fea7f0137
commit
09fa6e12e0
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ $(document).ready(function () {
|
|||
[% IF ( riloop ) %]
|
||||
<h2>Checked-in items</h2>
|
||||
<table>
|
||||
<tr><th>Due date</th><th>Title</th> <th>Author</th> <th>Barcode</th><th>Home Branch</th><th>Holding Branch</th><th>Shelving location</th><th>Call number</th><th>Type</th> <th>Patron</th><th>Note</th></tr>
|
||||
<tr><th>Due date</th><th>Title</th> <th>Author</th> <th>Barcode</th><th>Home branch</th><th>Holding branch</th><th>Shelving location</th><th>Call number</th><th>Type</th> <th>Patron</th><th>Note</th></tr>
|
||||
|
||||
[% FOREACH riloo IN riloop %]
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue