[Checkins] SVN: CompositePage/trunk/slot.py Integrated a simple patch from CompositePack.

Shane Hathaway shane at hathawaymix.org
Wed Apr 13 12:32:34 EDT 2011


Log message for revision 121419:
  Integrated a simple patch from CompositePack.
  

Changed:
  U   CompositePage/trunk/slot.py

-=-
Modified: CompositePage/trunk/slot.py
===================================================================
--- CompositePage/trunk/slot.py	2011-04-13 15:39:52 UTC (rev 121418)
+++ CompositePage/trunk/slot.py	2011-04-13 16:32:33 UTC (rev 121419)
@@ -62,8 +62,8 @@
 
 # error_tag lets the user click on the 'log' link even if the
 # container normally stops clicks.
-error_tag = '''%s
-(<a href="%s" onmousedown="document.location=this.href">log</a>)'''
+error_tag = '''<span class="slot_error">%s
+(<a href="%s" onmousedown="document.location=this.href">log</a>)</span>'''
 
 
 class NullElement(SimpleItem):



More information about the checkins mailing list