mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
SslButton: Remove additional ')'
Regression since 7bfe061382
Issue: #5573
This commit is contained in:
parent
40698c8fd0
commit
4a010ce7cd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ static QString addCertDetailsField(const QString &key, const QString &value)
|
|||
return QString();
|
||||
|
||||
return QLatin1String("<tr><td style=\"vertical-align: top;\"><b>") + key
|
||||
+ QLatin1String("</b></td><td style=\"vertical-align: bottom;\">)") + value
|
||||
+ QLatin1String("</b></td><td style=\"vertical-align: bottom;\">") + value
|
||||
+ QLatin1String("</td></tr>");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue