Skip to content

Commit 2d671fe

Browse files
author
mgeipel
committed
fixed marcxml-online.flux: ${obj} -> ${o} in template
1 parent f35597d commit 2d671fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
default idn = "1021191485";
2-
3-
idn|
4-
template("https://portal.dnb.de/opac.htm?method=requestMarcXml&idn=${obj}")|
5-
open-http|
6-
decode-xml|
7-
handle-marcxml|
8-
encode-formeta(style="multiline")|
1+
default idn = "1021191485";
2+
3+
idn|
4+
template("https://portal.dnb.de/opac.htm?method=requestMarcXml&idn=${o}")|
5+
open-http|
6+
decode-xml|
7+
handle-marcxml|
8+
encode-formeta(style="multiline")|
99
write("stdout");

0 commit comments

Comments
 (0)