File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
openlibrary/templates/type/edition Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -468,9 +468,12 @@ <h3>$_("Work Identifiers")</h3>
468468 $ source_records = edition.get('source_records')
469469 $if source_records:
470470 < div class ="section ">
471- < h3 > $_("Source records")</ h3 >
472- $ get_source_html = render_template("history/sources").get_source_html
473- $:'< br /> '.join([get_source_html(s) for s in source_records])
471+ < h3 > $_("Source records")</ h3 >
472+ < ul class ="source-records ">
473+ $ get_source_html = render_template("history/sources").get_source_html
474+ $for source_record in source_records:
475+ < li > $:get_source_html(source_record)</ li >
476+ </ ul >
474477 </ div >
475478 $if work:
476479 $if not work.excerpts and work.first_sentence:
Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ div.editionAbout {
5959 }
6060}
6161
62+ .source-records li a {
63+ font-size : @font-size-label-medium ;
64+ padding : 6px 0 ;
65+ }
66+
6267.work-description {
6368 pre {
6469 overflow : auto ;
You can’t perform that action at this time.
0 commit comments