aboutsummaryrefslogtreecommitdiff
path: root/em
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-29 20:02:18 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-29 20:02:18 +0000
commitcbdb6934f4d8bea31f8622e0382358cfad58fec0 (patch)
tree529654a08cbfa8378f1294867cb43f012a638144 /em
parent67a5d6cb71ccde36ffa31335d307fd82cda92861 (diff)
downloadem-cbdb6934f4d8bea31f8622e0382358cfad58fec0.tar.gz
Remove newline from hyperlink
Diffstat (limited to 'em')
-rwxr-xr-xem3
1 files changed, 2 insertions, 1 deletions
diff --git a/em b/em
index dc8684e..be290f7 100755
--- a/em
+++ b/em
@@ -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)
}