Helpviewer/WebPlugins/ClickToFlash/ClickToFlashPlugin.py

changeset 3035
36e9f388958b
parent 2954
bf0215fe12d1
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Helpviewer/WebPlugins/ClickToFlash/ClickToFlashPlugin.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/Helpviewer/WebPlugins/ClickToFlash/ClickToFlashPlugin.py	Sat Oct 19 14:05:26 2013 +0200
@@ -148,8 +148,8 @@
         @return flag indicating presence in the whitelist (boolean)
         """
         return host in self.__whitelist or \
-               "www." + host in self.__whitelist or \
-               host.replace("www.", "") in self.__whitelist
+            "www." + host in self.__whitelist or \
+            host.replace("www.", "") in self.__whitelist
     
     def addToWhitelist(self, host):
         """

eric ide

mercurial