mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3f763407a0
commit
ef3fd4df53
@ -84,7 +84,10 @@ function render_book(book) {
|
|||||||
}
|
}
|
||||||
title += '</span>'
|
title += '</span>'
|
||||||
title += '<span class="tagdata_long" style="display:none">'
|
title += '<span class="tagdata_long" style="display:none">'
|
||||||
if (tags) title += 'Tags=[{0}] '.format(tags);
|
if (tags) {
|
||||||
|
t = tags.split(':&:', 2);
|
||||||
|
title += 'Tags=[{0}] '.format(t[1]);
|
||||||
|
}
|
||||||
custcols = book.attr("custcols").split(',')
|
custcols = book.attr("custcols").split(',')
|
||||||
for ( i = 0; i < custcols.length; i++) {
|
for ( i = 0; i < custcols.length; i++) {
|
||||||
if (custcols[i].length > 0) {
|
if (custcols[i].length > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user