summaryrefslogtreecommitdiffstats
path: root/src/htmlexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlexporter.cpp')
-rw-r--r--src/htmlexporter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htmlexporter.cpp b/src/htmlexporter.cpp
index c9fe762..a81c13f 100644
--- a/src/htmlexporter.cpp
+++ b/src/htmlexporter.cpp
@@ -217,7 +217,7 @@ void HTMLExporter::exportBasket(Basket *basket, bool isSubBasket)
"<html>\n"
" <head>\n"
" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n"
- " <meta name=\"Generator\" content=\"" << kapp->aboutData()->programName() << " " << VERSION << " http://basket.kde.org/\">\n"
+ " <meta name=\"Generator\" content=\"" << kapp->aboutData()->programName() << " " << VERSION << "\">\n"
" <style type=\"text/css\">\n"
// " @media print {\n"
// " span.printable { display: inline; }\n"
@@ -320,7 +320,6 @@ void HTMLExporter::exportBasket(Basket *basket, bool isSubBasket)
" </div>\n"
" <p class=\"credits\">%1</p>\n").arg(
i18n("Made with %1, a TDE tool to take notes and keep information at hand.")
- .arg("<a href=\"http://basket.kde.org/\">%1</a> %2")
.arg(kapp->aboutData()->programName(), VERSION));
// Copy a transparent GIF image in the folder, needed for the JavaScript hack: