Dotclear

Changeset 1086:f0b43f3ddb56


Ignore:
Timestamp:
12/18/12 20:44:16 (13 years ago)
Author:
JcDenis
Branch:
twig
Message:

Oops, forget some changes on XHTML validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/default-templates/layout.html.twig

    r1078 r1086  
    2828                 {% form switchblog_menu %} 
    2929                    {% if blog_count > 1 and blog_count < 20 %} 
    30                          {{ form_field('switchblog') }} 
    31                          <noscript><div>{{ form_field('switchblog_submit') }}</div></noscript> 
     30                         <p>{{ form_field('switchblog') }}</p> 
     31                         <noscript><p>{{ form_field('switchblog_submit') }}</p></noscript> 
    3232                    {% else %} 
    33                          {{__('Blog:')}} <strong title="{{current_blog.url}}">{{current_blog.name}}</strong> 
    34                          {% if blogs is not empty %} - <a href="blogs.php">{{__('Change blog')}}</a>{% endif %} 
     33                         <p>{{__('Blog:')}} <strong title="{{current_blog.url}}">{{current_blog.name}}</strong> 
     34                         {% if blogs is not empty %} - <a href="blogs.php">{{__('Change blog')}}</a>{% endif %}</p> 
    3535                    {% endif %} 
    36                     <a href="{{current_blog.url}}" onclick="window.open(this.href);return false;" title="{{__('Go to site')}} ({{__('new window')}})">{{__('Go to site')}} <img src="{{theme_url}}images/outgoing.png" alt="" /></a> 
     36                    <p><a href="{{current_blog.url}}" onclick="window.open(this.href);return false;" title="{{__('Go to site')}} ({{__('new window')}})">{{__('Go to site')}} <img src="{{theme_url}}images/outgoing.png" alt="" /></a></p> 
    3737                 {% endform %} 
    3838               </div> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map