# | Line 5 | Line 5 | |
---|---|---|
5 | // $Id$ | |
6 | ||
7 | #include "Bender.hpp" | |
8 | < | #include "Matcher.hpp" |
8 | > | #include "Matcher/Matcher.hpp" |
9 | ||
10 | #include <menes-api/exename.hpp> | |
11 | #include <menes-api/files.hpp> | |
# | 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 |