aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-10 23:50:58 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-10 23:50:58 +0100
commit7e93c530bde69b4eb971dc400063d2e96a88306e (patch)
tree7706cb90088f1dd333355f3a64bf0b7b8a0147fb
parent063011960ebb1bbf01b0e71b3495e3934857ae7e (diff)
downloadmht-7e93c530bde69b4eb971dc400063d2e96a88306e.tar.gz
mht: Add Da element (date created)
-rwxr-xr-xmht1
1 files changed, 1 insertions, 0 deletions
diff --git a/mht b/mht
index 2e75d44..105423b 100755
--- a/mht
+++ b/mht
@@ -45,6 +45,7 @@ my %inels = (
Cd_2 => '<code>\\$1</code>\\$2',
Cd_3 => '\\$3<code>\\$1</code>\\$2',
Cs_1 => '<meta http-equiv="Content-Type" content="text/html; charset=\\$1"/>',
+ Da_0 => '<meta name="created" content="\\$1"/>',
Em_1 => '<em>\\$1</em>',
Em_2 => '<em>\\$1</em>\\$2',
Em_3 => '\\$3<em>\\$1</em>\\$2',