Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59546 - branches/quickbook-1.5-spirit2
From: daniel_james_at_[hidden]
Date: 2010-02-07 04:05:11


Author: danieljames
Date: 2010-02-07 04:05:10 EST (Sun, 07 Feb 2010)
New Revision: 59546
URL: http://svn.boost.org/trac/boost/changeset/59546

Log:
Properly merge callout fix.
Text files modified:
   branches/quickbook-1.5-spirit2/code_snippet.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/quickbook-1.5-spirit2/code_snippet.cpp
==============================================================================
--- branches/quickbook-1.5-spirit2/code_snippet.cpp (original)
+++ branches/quickbook-1.5-spirit2/code_snippet.cpp 2010-02-07 04:05:10 EST (Sun, 07 Feb 2010)
@@ -95,6 +95,7 @@
 
                   actions.snippet += "'''<para>'''";
                   actions.snippet += actions.callouts[i];
+ actions.snippet += "\n";
                   actions.snippet += "'''</para>'''";
                   actions.snippet += "'''</callout>'''";
               }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk