Minor fix: allow anchor into website description (in gsearch)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@225 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
d377dac54e
commit
67c9ffe55a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if($GLOBALS['enableGoogleCustomSearch'] == false) {
|
|||
<GoogleCustomizations>
|
||||
<CustomSearchEngine>
|
||||
<Title><?php echo $GLOBALS['sitename'] ?></Title>
|
||||
<Description><?php echo $GLOBALS['welcomeMessage'] ?></Description>
|
||||
<Description><?php echo filter($GLOBALS['welcomeMessage']) ?></Description>
|
||||
<Context>
|
||||
<BackgroundLabels>
|
||||
<Label name="include" mode="FILTER" />
|
||||
|
|
Loading…
Reference in a new issue