ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Bender/Bender.cpp
(Generate patch)

Comparing Bender/Bender.cpp (file contents):
Revision 334 by douglas, 2004-12-13T16:06:29-08:00 vs.
Revision 335 by douglas, 2004-12-13T21:10:19-08:00

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines