conv: give function EscapeHtml much more appropriate name (StripHtmlTags)

This commit is contained in:
Andrzej Rybczak
2010-08-09 13:51:01 +02:00
parent 2eddb37497
commit 3b92484755
4 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ std::string Shorten(const std::basic_string<my_char_t> &s, size_t max_length);
void EscapeUnallowedChars(std::string &);
void EscapeHtml(std::string &s);
void StripHtmlTags(std::string &s);
void Trim(std::string &s);