-rw-r--r-- | core/pim/today/today.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 + "<b> - </b>" + TimeString::timeString(QTime((ev).event().end().time()) ); } - msg += "<BR>"; // include possible note or not if (SHOW_NOTES == 1) { - msg += " <i>note</i>:" +((ev).notes()).mid(0, MAX_CHAR_CLIP) + "<br>"; + msg += "<br> <i>note</i>:" +((ev).notes()).mid(0, MAX_CHAR_CLIP) + "<br>"; } } else if ((time.toString() <= TimeString::dateString((ev).event().end())) ) { msg += "<B>" + (ev).description() + "</B>"; |