Merge pull request #1270 from stek29/fix-formatting
Fix dumb errors in previous commit
This commit is contained in:
commit
93851f8010
@ -1442,7 +1442,7 @@ angular.module('izhukov.utils', [])
|
|||||||
length: text.length
|
length: text.length
|
||||||
})
|
})
|
||||||
rawOffset -= match[2].length + match[4].length
|
rawOffset -= match[2].length + match[4].length
|
||||||
} else if (match[9]) { // code
|
} else if (match[7]) { // code
|
||||||
newText.push(match[6] + text + match[9])
|
newText.push(match[6] + text + match[9])
|
||||||
entities.push({
|
entities.push({
|
||||||
_: markdownEntities[match[7]],
|
_: markdownEntities[match[7]],
|
||||||
@ -1962,4 +1962,4 @@ angular.module('izhukov.utils', [])
|
|||||||
})
|
})
|
||||||
|
|
||||||
return timeParams
|
return timeParams
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user