aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-11 03:03:36 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-11 03:03:36 +0100
commit34af940a152bb1a4971e8cc85d9bc45690b7d4f0 (patch)
tree7b0b3a367638fa9c5d23a9736113d8fe25027852
parent23666c8d347b8206379a37f92e5976d44915f3bd (diff)
downloadmht-master.tar.gz
mht: Add Mo (Last-Modified)HEADmaster
-rwxr-xr-xmht1
1 files changed, 1 insertions, 0 deletions
diff --git a/mht b/mht
index 33708ad..38fd56d 100755
--- a/mht
+++ b/mht
@@ -48,6 +48,7 @@ my %inels = (
Hy => '\\$4<a href="\\$2">\\$1</a>\\$3',
Im => '<img src="\\$1" alt="\\$2"/>',
It => '\\$3<i>\\$1</i>\\$2',
+ Mo => '<meta http-equiv="Last-Modified" content="\\$1"/>',
St => '\\$3<strong>\\$1</strong>\\$2',
Tt => '\\$3<tt>\\$1</tt>\\$2',
Ul => '\\$3<u>\\$1</u>\\$2',