[or-cvs] r15474: fix weird line-splitting behavior related to hard hyphens (blossom/trunk)

goodell at seul.org goodell at seul.org
Thu Jun 26 12:22:21 UTC 2008


Author: goodell
Date: 2008-06-26 08:22:20 -0400 (Thu, 26 Jun 2008)
New Revision: 15474

Modified:
   blossom/trunk/exit.py
Log:
fix weird line-splitting behavior related to hard hyphens


Modified: blossom/trunk/exit.py
===================================================================
--- blossom/trunk/exit.py	2008-06-26 07:07:33 UTC (rev 15473)
+++ blossom/trunk/exit.py	2008-06-26 12:22:20 UTC (rev 15474)
@@ -353,7 +353,7 @@
 </td><td class="%s">
     <tt>%s</tt>
 </td><td class="number">
-    <tt>%s</tt>
+    <tt class="atomic">%s</tt>
 </td><td class="number">
     <tt>%s</tt>
 </td></tr>
@@ -374,7 +374,7 @@
 </td><td class="%s">
     <tt>&nbsp;<a class="%s" href="/tor/server/%s">%s</a></tt>
 </td><td class="%s">
-    <tt>&nbsp;%s&nbsp;[<a class="%s" href="/cgi-bin/whois.pl?q=%s">%s</a>]&nbsp;</tt>
+    <tt class="atomic">&nbsp;%s&nbsp;[<a class="%s" href="/cgi-bin/whois.pl?q=%s">%s</a>]&nbsp;</tt>
 </td><td>
     %s
 </td><td>



More information about the tor-commits mailing list