We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6912c commit f19591fCopy full SHA for f19591f
1 file changed
src/clj/catalog/layout/fop.clj
@@ -253,8 +253,10 @@
253
(defmethod entry-heading-sexp :default
254
[{:keys [creator record-id title subtitles name-of-part source-publisher source-date]}]
255
(block {:keep-with-next.within-column "always" :role "Lbl"}
256
- (bold (wrap creator "" ": " false)
257
- (link-to-online-catalog record-id (layout/periodify title)))
+ (bold
+ (link-to-online-catalog
258
+ record-id
259
+ (str (wrap creator "" ": " false) (layout/periodify title))))
260
(when subtitles " ")
261
(layout/render-subtitles subtitles)
262
(wrap name-of-part " ")
0 commit comments