diff options
author | cobat <[email protected]> | 2022-02-10 16:49:07 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:07 +0300 |
commit | 1d2e8a8e9976488ea69a7e4763aa749244f82612 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/html | |
parent | e486e109b08823b61996f2154f0bc6b7c27a4af4 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/html')
-rw-r--r-- | library/cpp/html/pcdata/pcdata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/html/pcdata/pcdata.h b/library/cpp/html/pcdata/pcdata.h index 66d43ea6da0..7dd741f53dc 100644 --- a/library/cpp/html/pcdata/pcdata.h +++ b/library/cpp/html/pcdata/pcdata.h @@ -2,9 +2,9 @@ #include <util/generic/fwd.h> -/// Converts a text into HTML-code. Special characters of HTML («<», «>», ...) replaced with entities. +/// Converts a text into HTML-code. Special characters of HTML («<», «>», ...) replaced with entities. TString EncodeHtmlPcdata(const TStringBuf str, bool qAmp = true); void EncodeHtmlPcdataAppend(const TStringBuf str, TString& strout); -/// Reverse of EncodeHtmlPcdata() +/// Reverse of EncodeHtmlPcdata() TString DecodeHtmlPcdata(const TString& sz); |