kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fixed problem with recipe files containing carriage returns
rodzic
0d1a2ef21c
commit
02a2630dd6
|
@ -145,7 +145,7 @@ Recipe.prototype.sortTiddlersForMarker = function(marker) {
|
|||
// Process the contents of a recipe file
|
||||
Recipe.prototype.processRecipeFile = function(recipe,text,contextPath) {
|
||||
var matchLine = function(linetext) {
|
||||
var lineRegExp = /^(\s*)([^\s\:]+)\s*:\s*(.+)*$/,
|
||||
var lineRegExp = /^(\s*)([^\s\:]+)\s*:\s*(.+)*\s*$/,
|
||||
match = lineRegExp.exec(linetext);
|
||||
return match ? {
|
||||
indent: match[1],
|
||||
|
|
Ładowanie…
Reference in New Issue