1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 08:20:46 +00:00

Fix bug in styleblock regexp

This commit is contained in:
Jeremy Ruston 2012-12-26 19:33:22 +00:00
parent 0e418f6e8d
commit 2635b62a73

View File

@ -42,7 +42,7 @@ exports.init = function(parser) {
};
exports.parse = function() {
var reEndString = "@@$(?:\\r?\\n)?";
var reEndString = "$@@(?:\\r?\\n)?";
var classes = [], styles = [];
do {
// Get the class and style