Skip to content

Commit

Permalink
html validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunTeltia committed Feb 15, 2021
1 parent ab24038 commit 4ef4918
Show file tree
Hide file tree
Showing 3 changed files with 590 additions and 589 deletions.
2 changes: 1 addition & 1 deletion openlibrary/catalog/edition_merge/templates/web_merge.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<h1>Merge {{ia}}</h1>

Merging editions: {{ ekeys }} into {{ master }}<p>
<p>Merging editions: {{ ekeys }} into {{ master }}</p>

<a href="/?master=merge&ia={{ia}}&skip={{skip}}">merge lists</a> &bull; <a href="/?skip={{skip+1}}">skip</a><p>

Expand Down
2 changes: 1 addition & 1 deletion openlibrary/templates/covers/manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<table>
<tr>
<td>
<img src="$image.url("S")" height="60" class="cover" alt=""/>
<img src="$image.url('S')" height="60" class="cover" alt=""/>
</td>
</tr>
</table>
Expand Down
Loading

0 comments on commit 4ef4918

Please sign in to comment.