From 4a010ce7cd60ec911ad09db105a17a319d1979be Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 2 Mar 2017 09:57:14 +0100 Subject: [PATCH] SslButton: Remove additional ')' Regression since 7bfe0613827aa7cee93a77ccbedab9b07ea9ca78 Issue: #5573 --- src/gui/sslbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/sslbutton.cpp b/src/gui/sslbutton.cpp index 7fe0ec052..d9a65c360 100644 --- a/src/gui/sslbutton.cpp +++ b/src/gui/sslbutton.cpp @@ -59,7 +59,7 @@ static QString addCertDetailsField(const QString &key, const QString &value) return QString(); return QLatin1String("") + key - + QLatin1String(")") + value + + QLatin1String("") + value + QLatin1String(""); } -- 2.30.2