| Summary: | HTML calendar from Korganizer inserts </html><html> erroneously | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Dotan Cohen <kde-2011.08> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | smartins |
| Priority: | NOR | ||
| Version First Reported In: | 4.2.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dotan Cohen
2009-05-11 12:03:59 UTC
Note that KDE 3 versions of Korganizer did not suffer from this, it has been introduced in KDE 4. I also see some <html>0 %</html> 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
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
|