$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51073 - sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2
From: lists.drrngrvy_at_[hidden]
Date: 2009-02-07 09:53:13
Author: drrngrvy
Date: 2009-02-07 09:53:12 EST (Sat, 07 Feb 2009)
New Revision: 51073
URL: http://svn.boost.org/trac/boost/changeset/51073
Log:
Fixing spacing in html template.
Text files modified: 
   sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/default_view.html |    14 ++++----------                          
   1 files changed, 4 insertions(+), 10 deletions(-)
Modified: sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/default_view.html
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/default_view.html	(original)
+++ sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/default_view.html	2009-02-07 09:53:12 EST (Sat, 07 Feb 2009)
@@ -9,23 +9,17 @@
 
 <h1>Debugging Server Example</h1>
 <p>
-    The server used in this example will catch exceptions thrown by 
-    your request handler, or a non-zero return value. It will print 
-    some presumably helpful info about what might have caused the 
-    problem - obviously this is just an example, which you'd 
+    The server used in this example will catch exceptions thrown by your request handler, or a non-zero return value. It will print some presumably helpful info about what might have caused the problem - obviously this is just an example, which you'd 
     probably want to ammend.
 </p>
 <p>
-    The handler in this example will throw a std::runtime_error if 
-    you pass 'badger=bait!' to the script, for example by following this link.
+    The handler in this example will throw a std::runtime_error if you pass 'badger=bait!' to the script, for example by following this link.
 </p>
 <p>
-    The handler in this example will also return false if you pass 
-    pass 'spam' to the script, for example by clicking here.
+    The handler in this example will also return false if you pass pass 'spam' to the script, for example by clicking here.
 </p>
 <p>
-    Finally, you can simulate an error and get traceback details 
-    regardless of whether the script completed by passing 'debug=1',
+    Finally, you can simulate an error and get traceback details regardless of whether the script completed by passing 'debug=1',
     or by following this link.
 </p>               
 </body>