Bug 192316

Summary: HTML calendar from Korganizer inserts </html><html> erroneously
Product: [Applications] korganizer Reporter: Dotan Cohen <kde-2011.08>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: smartins
Priority: NOR    
Version: 4.2.3   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Dotan Cohen 2009-05-11 12:03:59 UTC
Version:            (using KDE 4.2.3)
Installed from:    Ubuntu Packages

HTML calendars exported from Korganizer have this text near the bottom:

<p><html>This page was created </html><html>by Dotan Cohen </html><html>with <a href="http://korganizer.kde.org">KOrganizer</a></html></p>

This should be:

<p>This page was created by Dotan Cohen with <a href="http://korganizer.kde.org">KOrganizer</a></p>
Comment 1 Dotan Cohen 2009-05-11 12:04:33 UTC
Note that KDE 3 versions of Korganizer did not suffer from this, it has been introduced in KDE 4.
Comment 2 Sergio Martins 2009-05-11 14:09:47 UTC
I also see some <html>0 %</html>
Comment 3 Sergio Martins 2009-05-12 23:02:09 UTC
SVN commit 967201 by smartins:

Fix kcal's html export. Replace i18nc("@info", with i18nc("@info/plain" so the resulting html file doesn't get full of
<html> tags.

Shouldn't give too much work to translators as the actual strings remain untouched.

BUG: 192316


 M  +8 -8      htmlexport.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=967201
Comment 4 Sergio Martins 2009-05-12 23:07:46 UTC
SVN commit 967206 by smartins:

Backport r967201 by smartins from trunk to the 4.2 branch:

Fix kcal's html export. Replace i18nc("@info", with i18nc("@info/plain" so the resulting html file doesn't get full of
<html> tags.

Shouldn't give too much work to translators as the actual strings remain untouched.

CCBUG: 192316


 M  +8 -8      htmlexport.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=967206