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

@@ -87,7 +87,7 @@ bool LyricsFetcher::getContent(const char *open_tag, const char *close_tag, std:
void LyricsFetcher::postProcess(std::string &data)
{
EscapeHtml(data);
StripHtmlTags(data);
Trim(data);
}