diff options
Diffstat (limited to 'library/cpp/html')
| -rw-r--r-- | library/cpp/html/pcdata/pcdata.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/html/pcdata/pcdata.cpp b/library/cpp/html/pcdata/pcdata.cpp index 740c240fd23..79a87401cfe 100644 --- a/library/cpp/html/pcdata/pcdata.cpp +++ b/library/cpp/html/pcdata/pcdata.cpp @@ -14,8 +14,8 @@ static void EncodeHtmlPcdataAppendInternal(const TStringBuf str, TString& strout strout.AppendNoAlias(s, next - s); s = next; - if (s == e) - break; + if (s == e) + break; switch (*s) { case '\"': |
