Fixed repeating slash messages
This commit is contained in:
parent
1c82f58236
commit
9b56ea5725
@ -1631,9 +1631,7 @@ angular.module('izhukov.utils', [])
|
||||
default:
|
||||
skipEntity = true;
|
||||
}
|
||||
if (!skipEntity) {
|
||||
lastOffset = entity.offset + entity.length;
|
||||
}
|
||||
lastOffset = entity.offset + (skipEntity ? 0 : entity.length);
|
||||
}
|
||||
html.push(encodeEntities(text.substr(lastOffset)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user