X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=a265a8f620e708b88191ba5f8e5066502d457757;hp=3656189260624be1314edfa73219ddce6db1cfc7;hb=90dccbb77785412fd5e40c31c1659b6ed0442689;hpb=d5116907245377fe7103153408861564cc2b0dcd diff --git a/elpher.el b/elpher.el index 3656189..a265a8f 100644 --- a/elpher.el +++ b/elpher.el @@ -1463,7 +1463,7 @@ Returns the url portion in the event that the display-string portion is empty." (idx (string-match "[ \t]" rest))) (string-trim (if idx (substring rest (+ idx 1)) - rest)))) + (elpher-address-to-iri (elpher-address-from-url (elpher-decode (url-unhex-string rest)))))))) (defun elpher-collapse-dot-sequences (filename) "Collapse dot sequences in the (absolute) FILENAME.