diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-29 20:02:18 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-29 20:02:18 +0000 |
commit | cbdb6934f4d8bea31f8622e0382358cfad58fec0 (patch) | |
tree | 529654a08cbfa8378f1294867cb43f012a638144 | |
parent | 67a5d6cb71ccde36ffa31335d307fd82cda92861 (diff) | |
download | em-cbdb6934f4d8bea31f8622e0382358cfad58fec0.tar.gz |
Remove newline from hyperlink
-rwxr-xr-x | em | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ linktext=link hrefs=`' '{aux/emcollect $file} for(href in $hrefs){ - parts=`'='{echo $href} + parts=`'= +'{echo $href} ref$parts(1)=$parts(2) } |