Changeset 926 for trunk/templates

Show
Ignore:
Timestamp:
03/10/07 16:18:49 (21 months ago)
Author:
kake
Message:

closes #177, Close the <p> tag in the license part of footer.tt to avoid spurious test failures when Test::HTML::Content is installed. Also, move it inside the [% IF licence_name %] test so guides with no licence don't end up with an empty paragraph sitting there.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/footer.tt

    r869 r926  
    2424      Powered by <a href="[% full_cgi_url%]?action=about">OpenGuides [% openguides_version %]</a>. 
    2525    </p> 
    26     <p> 
    27       [% IF licence_name %] 
     26    [% IF licence_name %] 
     27      <p> 
    2828        This work is licensed under the  
    2929        [% IF licence_url %] 
     
    3636           (<a href="[% licence_info_url %]">more info</a>) 
    3737        [% END %] 
    38       [% END %] 
     38      </p> 
     39    [% END %] 
    3940  [% END %] 
    4041