-rw-r--r-- | core/pim/today/today.cpp | 5 |
1 files changed, 2 insertions, 3 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 @@ -437,6 +437,5 @@ DateBookEvent::DateBookEvent(const EffectiveEvent &ev, } - 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>"; } @@ -449,3 +448,3 @@ DateBookEvent::DateBookEvent(const EffectiveEvent &ev, if (SHOW_LOCATION == 1) { - msg+= "<BR><i>" + (ev).location(); + msg += "<BR><i>" + (ev).location(); msg += "</i>"; |