diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-07 16:02:05 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-07 16:02:05 +0000 |
commit | 67c9ffe55a6651d72c04c7bcd59455fd4aa5e608 (patch) | |
tree | 5d1a2dcaa2ac5497ff2b0ba5b5c30d259e69b2b3 /gsearch/context.php | |
parent | d377dac54e43e058add1b83c826fbbe6c68c5bd4 (diff) | |
download | semanticscuttle-67c9ffe55a6651d72c04c7bcd59455fd4aa5e608.tar.gz semanticscuttle-67c9ffe55a6651d72c04c7bcd59455fd4aa5e608.tar.bz2 |
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
Diffstat (limited to 'gsearch/context.php')
-rw-r--r-- | gsearch/context.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsearch/context.php b/gsearch/context.php index 7a35b32..e4599ad 100644 --- a/gsearch/context.php +++ b/gsearch/context.php @@ -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" /> |