# HG changeset patch
# User souliane <souliane@mailoo.org>
# Date 1448467416 -3600
# Node ID 6c89dfdba5635a042a210729f49f62d7d27bb227
# Parent  063385cbbfc26f7b2619ae9fde051435f890f011
browser_side (blog): typo in the CSS

diff -r 063385cbbfc2 -r 6c89dfdba563 src/browser/sat_browser/blog.py
--- a/src/browser/sat_browser/blog.py	Wed Nov 25 16:49:31 2015 +0100
+++ b/src/browser/sat_browser/blog.py	Wed Nov 25 17:03:36 2015 +0100
@@ -109,7 +109,7 @@
             author = html_tools.html_sanitize(unicode(self.item.author))
             author_jid = html_tools.html_sanitize(unicode(self.item.author_jid))
             if author_jid and not self.item.author_verified:
-                author_jid += u' <span style="color=red; font-weight: bold;">⚠</span>'
+                author_jid += u' <span style="color:red; font-weight: bold;">⚠</span>'
             if author:
                 author += " &lt;%s&gt;" % author_jid
             elif author_jid: