Changeset 2258 for trunk/tests

Show
Ignore:
Timestamp:
09/28/2007 04:45:24 AM (16 months ago)
Author:
tof
Message:

Typos.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/FunctionalTests/tickets/protected/pages/Ticket691.page

    r2257 r2258  
    1010<com:TActiveRatingList ID="List" ActiveControl.CallbackOptions="RatingOption" 
    1111                        OnCallback="list_oncallback" ActiveControl.EnableUpdate="true"> 
    12                         <com:TListItem Value="1" Text="[One star" /> 
    13                         <com:TListItem Value="2" Text="[Two stars" /> 
    14                         <com:TListItem Value="3" Text="[Three stars" /> 
    15                         <com:TListItem Value="4" Text="[Four stars" /> 
     12                        <com:TListItem Value="1" Text="One star" /> 
     13                        <com:TListItem Value="2" Text="Two stars" /> 
     14                        <com:TListItem Value="3" Text="Three stars" /> 
     15                        <com:TListItem Value="4" Text="Four stars" /> 
    1616                        <com:TListItem Value="5" Text="Five stars" /> 
    1717                        <com:TListItem Value="6" Text="Six stars" />