aboutsummaryrefslogtreecommitdiff
path: root/bin/htenc.sed
diff options
context:
space:
mode:
Diffstat (limited to 'bin/htenc.sed')
-rw-r--r--bin/htenc.sed4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/htenc.sed b/bin/htenc.sed
new file mode 100644
index 00000000..0429b525
--- /dev/null
+++ b/bin/htenc.sed
@@ -0,0 +1,4 @@
+# Quick-and-dirty HTML text encoding
+s_&_\&_g
+s_<_\&lt;_g
+s_>_\&gt;_g