Apply a needed invocation of our fix-url procedure when trying to do
URLs as footnotes. "Cargo cult" programming at its best.
This commit is contained in:
parent
9a1fa37f8a
commit
aa2feecbf6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11628
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@
|
|||
field-width: %footnote-field-width%
|
||||
(literal (footnote-number (current-node))
|
||||
(gentext-label-title-sep (normalize "footnote"))))
|
||||
(literal (attribute-string (normalize "url"))))))
|
||||
(literal (fix-url (attribute-string (normalize "url")))))))
|
||||
($ss-seq$ + (literal (footnote-number (current-node)))))
|
||||
(if (and %show-ulinks%
|
||||
(not (equal? (fix-url (attribute-string (normalize "url")))
|
||||
|
|
Loading…
Reference in a new issue