Changeset 725
- Timestamp:
- 11/29/08 11:03:35 (4 years ago)
- Location:
- metadesc
- Files:
-
- 2 modified
-
package.xml (modified) (1 diff)
-
templates.diff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
metadesc/package.xml
r584 r725 5 5 <packagename>Metadesc</packagename> 6 6 <packagedescription><![CDATA[FirstPostPreview to Metadesc.]]></packagedescription> 7 <version>1.0. 0</version>7 <version>1.0.1</version> 8 8 <date>DATE</date> 9 9 <plugin>com.woltlab.wbb</plugin> -
metadesc/templates.diff
r584 r725 2 2 +++ headInclude_patched.tpl 2008-06-28 21:25:06.000000000 +0200 3 3 @@ -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}" /> 7 6 -<meta name="description" content="{META_DESCRIPTION}" /> 8 7 +<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
