# | Line 105 | Line 105 | void Bender::bend(const string& path) | |
---|---|---|
105 | if (transformer.transform(path.c_str(), output) == 0) | |
106 | { | |
107 | string type = "text/html; charset=ISO-8859-1"; | |
108 | < | Matcher matcher("<META http-equiv=\"Content-Type\" content=\"(.*)\">"); |
108 | > | Matcher matcher("http-equiv=\"Content-Type\" content=\"(.*)\""); |
109 | ||
110 | if (matcher == output.str()) | |
111 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |