From 2261c5b77d0f63101d917434dbcfdc0c980b5b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 9 Apr 2009 14:11:39 +0000 Subject: [PATCH] pretty print --- src/xml.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xml.cxx b/src/xml.cxx index 96c65d4..b4c3bf2 100644 --- a/src/xml.cxx +++ b/src/xml.cxx @@ -366,7 +366,7 @@ namespace xml { } Node& Node::limits(size_type min, size_type max) throw() { _min = min; - _min = max; + _max = max; return *this; } Node::List Node::list(const std::string& name) const throw() { @@ -555,7 +555,7 @@ namespace xml { os<'; + os<'<