Changeset 725

Show
Ignore:
Timestamp:
11/29/08 11:03:35 (4 years ago)
Author:
d0nut
Message:

new template patch for new wbb (or wcf?)

Location:
metadesc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • metadesc/package.xml

    r584 r725  
    55                <packagename>Metadesc</packagename> 
    66                <packagedescription><![CDATA[FirstPostPreview to Metadesc.]]></packagedescription> 
    7                 <version>1.0.0</version> 
     7                <version>1.0.1</version> 
    88                <date>DATE</date> 
    99                <plugin>com.woltlab.wbb</plugin> 
  • metadesc/templates.diff

    r584 r725  
    22+++ headInclude_patched.tpl     2008-06-28 21:25:06.000000000 +0200 
    33@@ -1,7 +1,7 @@ 
    4  <meta http-equiv="content-type" content="text/html; charset={@CHARSET}" /> 
    5  <meta http-equiv="content-script-type" content="text/javascript" /> 
    6  <meta http-equiv="content-style-type" content="text/css" /> 
     4<meta http-equiv="content-type" content="text/html; charset={@CHARSET}" /> 
     5<meta name="description" content="{META_KEYWORDS}" /> 
    76-<meta name="description" content="{META_DESCRIPTION}" /> 
    87+<meta name="description" content="{if $META_DESCRIPTION|isset}{$META_DESCRIPTION}{else}{META_DESCRIPTION}{/if}" /> 
    9  <meta name="keywords" content="{META_KEYWORDS}" /> 
    10  {if !$allowSpidersToIndexThisPage|isset}<meta name="robots" content="noindex,nofollow" />{/if} 
    11