# | Line 12 | Line 12 | |
---|---|---|
12 | #include <menes-api/process.hpp> | |
13 | #include <menes-app/simple.hpp> | |
14 | ||
15 | < | struct Environment |
15 | > | struct |
16 | { | |
17 | ext::String get(const ext::String& name) | |
18 | { | |
# | Line 107 | Line 107 | void Bender::bend(const ext::String& pat | |
107 | api::Cout << "Content-Type: " << type << "\r\n\r\n" << output; | |
108 | } | |
109 | else pass(path); | |
110 | + | |
111 | + | xslt.Join(); |
112 | } | |
113 | ||
114 | void Bender::pass(const ext::String& path) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |