X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;ds=sidebyside;f=html-sh.sed;h=976d42e814d4f4d836f3bb93df97653f10fd4b48;hb=c232fc5fab2ae7a4ea68737a03c7c4057ef872d6;hp=cb1c613185356b03eac15be9fd59967f3b769784;hpb=e63a06bdd89bd5c3cb7232f3a5b6bf4a1f51493b;p=cgilite diff --git a/html-sh.sed b/html-sh.sed index cb1c613..976d42e 100755 --- a/html-sh.sed +++ b/html-sh.sed @@ -1,4 +1,12 @@ -#!/bin/sed -nrf +#!/bin/sed -nEf + +:Escapes +s,\\\\,\\,g; s,\\&,\&,g; +s,\\<,\<,g; s,\\>,\>,g; +s,\\",\",g; s,\\',\',g; +s,\\\[,\[,g; s,\\\],\],g; +s,\\\.,\.,g; s,\\#,\#,g; +s,\\,,g; :CommentHandle x; /^<\/!-->/{