From 7187f50c40329c1512a371156870be4dcd6c6ad5 Mon Sep 17 00:00:00 2001 From: riothamus Date: Thu, 23 May 2013 09:13:21 -0400 Subject: [PATCH] Bug 788 --- apps/openmw/mwgui/formatting.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/openmw/mwgui/formatting.cpp b/apps/openmw/mwgui/formatting.cpp index 6f1e16ff13..aebaf16a23 100644 --- a/apps/openmw/mwgui/formatting.cpp +++ b/apps/openmw/mwgui/formatting.cpp @@ -251,10 +251,10 @@ namespace MWGui MyGUI::Gui::getInstance().destroyWidget(mParent->getChildAt(0)); } - boost::algorithm::replace_all(text, "\n", ""); - boost::algorithm::replace_all(text, "\r", ""); - boost::algorithm::replace_all(text, "
", "\n"); - boost::algorithm::replace_all(text, "

", "\n\n"); + boost::algorithm::replace_all(text, "\n", "\n"); + boost::algorithm::replace_all(text, "\r", "\r"); + boost::algorithm::replace_all(text, "
", "\n\n"); + boost::algorithm::replace_all(text, "

", "\n\n"); // tweaking by adding another newline to see if that spaces out better boost::algorithm::trim_left(text); // remove trailing "