[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/akregator/src
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2005-04-17 16:45:34
Message-ID: 20050417164534.B0B4B3CA () office ! kde ! org
[Download RAW message or body]

CVS commit by osterfeld: 

add line break between "Comments" and "Complete Article"


  M +2 -2      articleviewer.cpp   1.97


--- kdepim/akregator/src/articleviewer.cpp  #1.96:1.97
@@ -267,5 +267,5 @@ QString ArticleViewer::formatArticle(Fee
     if (article.link().isValid() || (article.guidIsPermaLink() && KURL(article.guid()).isValid()))
     {
-        text += "<a class=\"contentlink\" href=\"";
+        text += "<p><a class=\"contentlink\" href=\"";
         // in case link isn't valid, fall back to the guid permaLink.
         if (article.link().isValid())
@@ -277,5 +277,5 @@ QString ArticleViewer::formatArticle(Fee
             text += article.guid();
         }
-        text += "\">" + i18n( "Complete Story" ) + "</a>";
+        text += "\">" + i18n( "Complete Story" ) + "</a></p>";
     }
     text += "</div>";


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic