Changeset 411 for veekun/trunk

Show
Ignore:
Timestamp:
02/09/08 03:28:34 (10 months ago)
Author:
eevee
Message:

Broke move table descriptions. Oops. (#58)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/dex/common.tt

    r406 r411  
    3333    <td class="type"> <img src="/dex-images/gameui/[% MoveData.$move_id.class %].png" alt="[% MoveData.$move_id.class %]" title="[% MoveData.$move_id.class %]"/> </td> 
    3434    <td class="pp"> [% MoveData.$move_id.pp %] </td> <td class="power"> [% power %] </td> <td class="acc"> [% MoveData.$move_id.accuracy %]%</td> <td class="priority"> [% MoveData.$move_id.priority || '' %]</td> 
    35     <td class="blurb"> [% MoveData.$move_id.blurb %] </td> 
     35    <td class="blurb"> [% MoveData.$move_id.short_description %] </td> 
    3636[%+ END %] 
    3737