Changeset 1109


Ignore:
Timestamp:
08/07/12 18:45:15 (12 years ago)
Author:
nanardon
Message:

avoid some useless spaces

Location:
trunk/LATMOS-Accounts-Web/root/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/admin/requests/index.tt

    r1101 r1109  
    3232[% dsn | truncate(20) | html %] 
    3333([% oobject.id | html %]) 
    34 [% ELSE %] 
     34[%- ELSE -%] 
    3535[% oobject.id | html %] 
    36 [% END %] 
     36[%- END -%] 
    3737</a> 
    3838[% END %] 
     
    4646[% dsn | truncate(20) | html %] 
    4747(<a href="[% c.uri_for('/users', user.id) %]"> 
    48 [% user.id | html %] 
     48[%- user.id | html -%] 
    4949</a>) 
    5050[% ELSE %] 
  • trunk/LATMOS-Accounts-Web/root/html/request/index.tt

    r971 r1109  
    99[% o = c.model('Accounts').db.get_object('accreq', h) %] 
    1010<li> 
    11 <a href="[% c.uri_for(h) %]"> 
    12 [% o.get_attributes('description') || o.id | html %] 
    13 </a> 
     11<a href="[% c.uri_for(h) %]">[% o.get_attributes('description') || o.id | html %]</a> 
    1412</li> 
    1513[% IF loop.last %] 
Note: See TracChangeset for help on using the changeset viewer.