summaryrefslogtreecommitdiffstats
path: root/src/htmlexporter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-19 11:11:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-19 11:27:02 +0900
commit88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9 (patch)
treef4fd3fa87f898eaa2866c7b283dd2873d1f95ed9 /src/htmlexporter.cpp
parentce60356437d3c9e30988c351ba6ef04d2c6398ae (diff)
downloadbasket-88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9.tar.gz
basket-88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9.zip
Remove reference to old basket.kde.org website. This resolves issue #9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d7362b5922f5e6b481001c86b58e8ae4d82d685f)
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: