We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446a5b6 commit 177709cCopy full SHA for 177709c
src/clj/catalog/layout/fop.clj
@@ -94,10 +94,7 @@
94
(defn- to-url
95
"Return an url given a `record-id`"
96
[record-id]
97
- (let [api-key "c97386a2-914a-40c2-bd8d-df4c273175e6"]
98
- (format "https://online.sbs.ch/iguana/www.main.cls?v=%s&surl=search&p=*#recordId=%s"
99
- api-key
100
- (string/replace record-id "/" "."))))
+ (format "https://online.sbs.ch/iguana/www.main.cls?surl=search&p=*#recordId=%s" (string/replace record-id "/" ".")))
101
102
(defn- link-to-online-catalog [record-id title]
103
;; FIXME: The use of the alt-text isn't quite clear. Apparently when
0 commit comments