summary refs log tree commit diff
path: root/src/Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.cpp')
-rw-r--r--src/Utils.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp

index 91ecfcd7..a185a207 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp
@@ -387,12 +387,11 @@ utils::escapeBlacklistedHtml(const QString &rawStr) break; } case '>': - if (escapingTag) + if (escapingTag) { buffer.append(">"); - else { escapingTag = false; + } else buffer.append('>'); - } break; default: buffer.append(data.at(pos));