update for new inkscape --actions
[Printer-EVOLIS.git] / docs / parse-html.pl
index 0883cfc..36a23b9 100755 (executable)
@@ -10,6 +10,7 @@ sub strip_html {
        $t =~ s{ }{ }gs;
        $t =~ s{(<br>|\n)+}{}gs;
        $t =~ s{\s+$}{}gs;
+       $t =~ s{\s*;\s*}{;}gs;
        return $t;
 }