# | Line 109 | Line 109 | void Bender::bend(const ext::String& pat | |
---|---|---|
109 | if (!output.IsEmpty()) | |
110 | { | |
111 | ext::String type("text/xml"); | |
112 | < | Matcher matcher("http-equiv=\"Content-Type\" content=\"(.*)\""); |
112 | > | Matcher matcher("http-equiv=\"Content-Type\" content=\"(.*)\"", PCRE_MULTILINE); |
113 | ||
114 | if (matcher == output) type = matcher[1]; | |
115 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |