aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-12-20 17:18:19 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-12-20 17:18:19 +0100
commitba732c97c10a1f6f712f78c97d7d9bd51c104160 (patch)
tree2e590cb581be00c29d1ef5914a8d6d9bd924b910 /mod/profile.php
parentf3b499f1192a3cc2386aa639d2f0d2fa147e911a (diff)
parentc0c4c46874ed7e1798900422112ca643c1bb3cc0 (diff)
downloadvolse-hubzilla-ba732c97c10a1f6f712f78c97d7d9bd51c104160.tar.gz
volse-hubzilla-ba732c97c10a1f6f712f78c97d7d9bd51c104160.tar.bz2
volse-hubzilla-ba732c97c10a1f6f712f78c97d7d9bd51c104160.zip
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 642e198b7..d2f9d7e29 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -32,7 +32,7 @@ function profile_init(&$a) {
if(! $blocked) {
$keywords = ((x($a->profile,'pub_keywords')) ? $a->profile['pub_keywords'] : '');
- $keywords = str_replace(array(',',' ',',,'),array(' ',',',','),$keywords);
+ $keywords = str_replace(array('#',',',' ',',,'),array('',' ',',',','),$keywords);
if(strlen($keywords))
$a->page['htmlhead'] .= '<meta name="keywords" content="' . $keywords . '" />' . "\r\n" ;
}