Skip to content

Commit

Permalink
pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
psyren99 committed Feb 21, 2025
1 parent 3101be4 commit 729729b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openlibrary/macros/OLID.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
$if(olid == q):
<a href="$edition.key">$title</a>
<h6>$edition.get_authors()</h6>
<img src="/books/add?work=$edition.key" />
<img src="/books/add?work=$edition.key" alt="$title"/>
$else:
<a href="$result">$olid</a>
<h6>$edition.get_authors()</h6>
<img src="/books/add?work=$olid" />
<img src="/books/add?work=$olid" alt="$olid" />

0 comments on commit 729729b

Please sign in to comment.