[Pkg-owncloud-commits] [owncloud-client] 41/103: Fix non-closed p tag
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Apr 30 18:08:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 78e5e4ab66eb1fa8e79eb41c3bc6a07ffcdf1b4b
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date: Mon Apr 21 15:29:42 2014 +0200
Fix non-closed p tag
---
src/mirall/owncloudtheme.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp
index e4b2024..2dafbef 100644
--- a/src/mirall/owncloudtheme.cpp
+++ b/src/mirall/owncloudtheme.cpp
@@ -47,7 +47,7 @@ QString ownCloudTheme::about() const
const QString gitSha1(QLatin1String(GIT_SHA1));
devString = QCoreApplication::translate("ownCloudTheme::about()",
"<p><small>Built from Git revision <a href=\"%1\">%2</a>"
- " on %3, %4 using Qt %5.</small><p>")
+ " on %3, %4 using Qt %5.</small></p>")
.arg(githubPrefix+gitSha1).arg(gitSha1.left(6))
.arg(__DATE__).arg(__TIME__)
.arg(QT_VERSION_STR);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list