From 3c5feb8676f75f4e218ea0278f02d225e8985301 Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 11 Mar 2002 21:33:49 +0000 Subject: brown paperbag I --- (limited to 'core') diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index 69bcb68..d10082f 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp @@ -435,10 +435,9 @@ DateBookEvent::DateBookEvent(const EffectiveEvent &ev, // end time of event + " - " + TimeString::timeString(QTime((ev).event().end().time()) ); } - msg += "
"; // include possible note or not if (SHOW_NOTES == 1) { - msg += " note:" +((ev).notes()).mid(0, MAX_CHAR_CLIP) + "
"; + msg += "
note:" +((ev).notes()).mid(0, MAX_CHAR_CLIP) + "
"; } } else if ((time.toString() <= TimeString::dateString((ev).event().end())) ) { msg += "" + (ev).description() + ""; @@ -447,7 +446,7 @@ DateBookEvent::DateBookEvent(const EffectiveEvent &ev, } // include location or not if (SHOW_LOCATION == 1) { - msg+= "
" + (ev).location(); + msg += "
" + (ev).location(); msg += ""; } -- cgit v0.9.0.2