# | Line 22 | Line 22 | Jargon::Jargon(const ext::String& path, | |
---|---|---|
22 | word = *jargon/"word"; | |
23 | pronunciation = *jargon/"pronunciation"; | |
24 | grammar = *jargon/"grammar"; | |
25 | < | definition = *jargon/"definition"; |
25 | > | definition = *jargon/"definition"/"p"; |
26 | } | |
27 | ||
28 | void Jargon::display(ios::PrintWriter& pout, xml::TextWriter& xhtml) const | |
# | Line 43 | Line 43 | void Jargon::display(ios::PrintWriter& p | |
43 | { | |
44 | xml::ScopeElement p(xhtml, "p"); | |
45 | ||
46 | < | xhtml.OutputText(**node/"p"); |
46 | > | xhtml.OutputText(**node); |
47 | } | |
48 | } | |
49 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |