# | Line 101 | Line 101 | void SiteMapper::newIndex(const ext::Str | |
---|---|---|
101 | ||
102 | ext::String path(**node/"path"), title(**node/"title"); | |
103 | Page page(address, path, title); | |
104 | < | Matcher matcher(PCRE_UNGREEDY | PCRE_DOTALL); |
104 | > | Matcher matcher; |
105 | ||
106 | if (page == matcher("^Douglas\\sThrift's\\sWebsite\\s\\|\\sDouglas\\sThrift's\\sBlog:\\s(.+)$")) | |
107 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |