Lazaros Koromilas 10 years ago committed by Jason A. Donenfeld
parent de83de276b
commit 13c2d3df04
  1. 2
      filters/html-converters/txt2html

@ -1,4 +1,4 @@
#!/bin/sh
echo "<pre>"
cat
sed "s|&|\\&amp;|g;s|'|\\&apos;|g;s|\"|\\&quot;|g;s|<|\\&lt;|g;s|>|\\&gt;|g"
echo "</pre>"

Loading…
Cancel
Save