Helpviewer/SiteInfo/SiteInfoDialog.py

changeset 3035
36e9f388958b
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Helpviewer/SiteInfo/SiteInfoDialog.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/Helpviewer/SiteInfo/SiteInfoDialog.py	Sat Oct 19 14:05:26 2013 +0200
@@ -92,7 +92,7 @@
         # populate the Security info and the Security tab
         if sslInfo and \
            ((qVersion() >= "5.0.0" and not sslInfo[0].isBlacklisted()) or
-            (qVersion() < "5.0.0" and sslInfo[0].isValid())):
+                (qVersion() < "5.0.0" and sslInfo[0].isValid())):
             self.securityLabel.setStyleSheet(SiteInfoDialog.okStyle)
             self.securityLabel.setText('<b>Connection is encrypted.</b>')
             if SSL:
@@ -272,7 +272,7 @@
                 self.trUtf8("Save Image"),
                 self.trUtf8(
                     """<p>Cannot write to file <b>{0}</b>.</p>""")
-                    .format(filename))
+                .format(filename))
             return
         f.write(cacheData.readAll())
         f.close()

eric ide

mercurial