From 4c19c3aef66c9e6a228e9c734302aabfa688d230 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 27 Mar 2025 16:49:53 -0300 Subject: src/htmlbody: Put "plaintext" role in surrounding div --- src/htmlbody | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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" } -- cgit v1.2.3