From 77272458e7a8906d871b241b5385bbd0f783d861 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 30 Jul 2009 08:36:12 +0000 Subject: Removed the term 'course' everywhere, and replaced it by 'template'. This reduced/simplified the Template class structure a bit. --- server/src/saxparser.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'server/src/saxparser.cc') diff --git a/server/src/saxparser.cc b/server/src/saxparser.cc index ee03de1..8455593 100644 --- a/server/src/saxparser.cc +++ b/server/src/saxparser.cc @@ -182,7 +182,7 @@ unsigned int SAXParser::usedBytes() static char xml[] = "\n" "\n" -" \n" +" \n" " \n" " \n" " \n" @@ -193,7 +193,7 @@ static char xml[] = static char xml_notrailingwhitespace[] = "\n" "\n" -" \n" +" \n" " \n" " \n" " \n" @@ -204,14 +204,14 @@ static char xml_notrailingwhitespace[] = static char xml_fail[] = "\n" "\n" -" \n" +" \n" "\n" ; static char xml_fail2[] = "\n" "\n" -" \n" +" \n" "\n" "this is junk\n" ; -- cgit v1.2.3