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 | e486e109b08823b61996f2154f0bc6b7c27a4af4 (patch) | |
| tree | cb98553f871fe96452fd02bd46a1a4e0cf165844 /library/cpp/html | |
| parent | 85e7b8b43a12f69b4721aee71dea28491c9bd503 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 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 7dd741f53dc..66d43ea6da0 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); |
