diff options
Diffstat (limited to 'gsearch')
-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" /> |