Ticket #1412: right_adjust2.diff

File right_adjust2.diff, 542 bytes (added by terrell, at 2011-06-07T01:06:05Z)

same as stercor's, but without the spurious tab character

  • src/allmydata/web/directory.xhtml

    diff --git a/src/allmydata/web/directory.xhtml b/src/allmydata/web/directory.xhtml
    index 6dd6a57..6010020 100644
    a b  
    2929    <tr n:pattern="item" n:render="row">
    3030      <td><n:slot name="type"/></td>
    3131      <td><n:slot name="filename"/></td>
    32       <td><n:slot name="size"/></td>
     32      <td align="right"><n:slot name="size"/></td>
    3333      <td><n:slot name="times"/></td>
    3434      <td><n:slot name="delete"/></td>
    3535      <td><n:slot name="rename"/></td>