<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Georgia">David,<br>
      <br>
      The short answer is that two users (St&#39976;ane Munioz St&#39976;ane Munioz)
      have wide characters in their name and this does the damage. The
      method below is a quick hack to filter these 2 out of the list and
      all seems good.<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
      'From Squeak3.11alpha of 6 January 2010 [latest update: #8824] on
      21 December 2013 at 11:21:03 pm'!<br>
      <br>
      !SSHome methodsFor: 'statistics'!<br>
      membersNew<br>
      &nbsp;&nbsp;&nbsp; | t1 |<br>
      &nbsp;&nbsp;&nbsp; t1 := self statistics membersNew.<br>
      &nbsp;&nbsp;&nbsp; ^ t1<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; reject: [:t2 | t2 asString<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; anySatisfy: [:t3 | t3 asciiValue &gt; 255]]! !<br>
      <br>
      <br>
      <br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 12/21/13 9:25 PM, David T. Lewis
      wrote:<br>
    </div>
    <blockquote cite="mid:20131222022517.GA24136@shell.msen.com"
      type="cite">
      <pre wrap="">On Sat, Dec 21, 2013 at 07:41:08PM -0500, Bob Arning wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">If you click one of the links on the first page, the next page looks 
good. If you then go back, the css from page 2 makes page1 look a little 
better. So, the breakage is limited. Any way to share the image?
</pre>
      </blockquote>
      <pre wrap="">
Thanks Bob,

A copy of the image is at <a class="moz-txt-link-freetext" href="http://box2.squeak.org/ss_image_for_bob.zip">http://box2.squeak.org/ss_image_for_bob.zip</a>

The zip is encripted, I will send the password to you in a separate email.

Dave


</pre>
    </blockquote>
    <br>
  </body>
</html>