lib/markout/formatters/html/templates/common/syntax_diff.js in karmi-markout-0.1.2 vs lib/markout/formatters/html/templates/common/syntax_diff.js in karmi-markout-0.1.3

- old
+ new

@@ -1,8 +1,8 @@ CodeHighlighter.addStyle("diff",{ ins : { - exp : /\+[^\n]+/ + exp : /\+[^\n]*/ }, del : { - exp : /\-[^\n]+/ + exp : /\-[^\n]*/ } }); \ No newline at end of file