Network/IRC/IrcUtilities.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Network/IRC/IrcUtilities.py
--- a/Network/IRC/IrcUtilities.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Network/IRC/IrcUtilities.py	Sun Nov 03 15:58:22 2013 +0100
@@ -115,8 +115,8 @@
                         tag = '<span style="background-color:{0};color={1}">'\
                             .format(Preferences.getIrc(
                                 "IrcColor{0}".format(int(colors[0]))),
-                                    Preferences.getIrc(
-                                "IrcColor{0}".format(int(colors[1]))))
+                                Preferences.getIrc(
+                                    "IrcColor{0}".format(int(colors[1]))))
                     else:
                         # background only
                         tag = '<span style="background-color:{0}">'.format(

eric ide

mercurial