diff options
Diffstat (limited to 'src/newtabpage.cpp')
-rw-r--r-- | src/newtabpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newtabpage.cpp b/src/newtabpage.cpp index 3cd241a4..89363fe4 100644 --- a/src/newtabpage.cpp +++ b/src/newtabpage.cpp @@ -966,7 +966,7 @@ void NewTabPage::createBookmarkItem(const KBookmark &bookmark, QWebElement paren bookmarkElement.lastChild().setAttribute(QL1S("width") , QL1S("16")); bookmarkElement.lastChild().setAttribute(QL1S("height") , QL1S("16")); bookmarkElement.appendInside(QL1S(" ")); - bookmarkElement.appendInside( checkTitle(bookmark.fullText(), 40) ); + bookmarkElement.appendInside(checkTitle(bookmark.fullText(), 40)); } } |