Bug 192316 - HTML calendar from Korganizer inserts </html><html> erroneously
Summary: HTML calendar from Korganizer inserts </html><html> erroneously
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 4.2.3
Platform: Ubuntu Unspecified
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 12:03 UTC by Dotan Cohen
Modified: 2009-05-12 23:07 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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