summaryrefslogtreecommitdiff
path: root/removeetags.pl
blob: 8de7875b02cdbb477a5d40e9b0c683e09e67f5b4 (plain)
1
2
3
4
# <e> tags seem to duplicate other preceeding tags, so remove them
#
# sed doesn't support non-greedy matching, so we're using perl
s/<e>.*?<\/e>//g