Changeset 316

Show
Ignore:
Timestamp:
04/10/06 10:58:20
Author:
crchemist
Message:

generator and base <meta> tags moved down.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qSEOptimizer/branches/0.3.3-SE/skins/qSEOptimizer/2.1.1/header.pt

    r315 r316  
    2626    </title> 
    2727 
    28     <tal:html_comment define="comment here/qSEO_HTML_Comment|nothing" condition="comment"> 
     28    <meta tal:define="metatags here/listMetaTags" 
     29          tal:condition="metatags" 
     30          tal:repeat="keyval metatags" 
     31          tal:attributes="name python:keyval[0]; 
     32                          content python:keyval[1];" /> 
     33 
     34`  <tal:html_comment define="comment here/qSEO_HTML_Comment|nothing" condition="comment"> 
    2935      <tal:html_comment_start replace="structure string:&lt;!--" /> 
    3036        <tal:comment replace="comment" /> 
     
    3541 
    3642    <meta name="generator" content="Plone - http://plone.org" /> 
    37  
    38     <meta tal:define="metatags here/listMetaTags" 
    39           tal:condition="metatags" 
    40           tal:repeat="keyval metatags" 
    41           tal:attributes="name python:keyval[0]; 
    42                           content python:keyval[1];" /> 
    4343 
    4444    <metal:js metal:use-macro="here/renderAllTheScripts/macros/jsrenderer">SSS