about summary refs log tree commit diff
path: root/filters/html-converters/txt2html
blob: 495eeceb279e84f6b1e1a877b3adf416082ce41a (plain) (blame)
1
2
3
4
#!/bin/sh
echo "<pre>"
sed "s|&|\\&amp;|g;s|'|\\&apos;|g;s|\"|\\&quot;|g;s|<|\\&lt;|g;s|>|\\&gt;|g"
echo "</pre>"
-01-26 16:46:11 -0500'>2013-01-26Actually port awesome config to 3.5June McEnroe 2013-01-26Make pretty zshrcJune McEnroe 2013-01-26Port awesome config to 3.5June McEnroe 2013-01-26Replace RVM with chrubyJune McEnroe