summaryrefslogtreecommitdiff
path: root/src/htmlbody
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlbody')
-rwxr-xr-xsrc/htmlbody3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htmlbody b/src/htmlbody
index 1e31751..6dcab31 100755
--- a/src/htmlbody
+++ b/src/htmlbody
@@ -19,7 +19,8 @@ plaintext_links() {
next
}
file = BASE "." count++ ".txt"
- print "link:" file "[plaintext,role=plaintext]"
+ print "[role=plaintext]"
+ print "link:" file "[plaintext]"
}' "$1"
}