aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-17 02:30:28 -0700
committerfriendica <info@friendica.com>2013-09-17 02:30:28 -0700
commit6a9e86e540085ea804b3a49529cf7b57c8f3669e (patch)
treef758299aaf2438b6c34ecbf9d5be49e8986ddf10 /boot.php
parent44a4997cf7690f218db4e9376c7e2fd0345432f5 (diff)
downloadvolse-hubzilla-6a9e86e540085ea804b3a49529cf7b57c8f3669e.tar.gz
volse-hubzilla-6a9e86e540085ea804b3a49529cf7b57c8f3669e.tar.bz2
volse-hubzilla-6a9e86e540085ea804b3a49529cf7b57c8f3669e.zip
bumped the capslock
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index a0c1abf90..b9013711d 100755
--- a/boot.php
+++ b/boot.php
@@ -1615,7 +1615,7 @@ function profile_load(&$a, $nickname, $profile = '') {
}
if($r[0]['keywords']) {
- $keywords = str_replace(array('#',',',' ',',,'),array('',' ',',',','),$R[0]['keywords']);
+ $keywords = str_replace(array('#',',',' ',',,'),array('',' ',',',','),$r[0]['keywords']);
if(strlen($keywords))
$a->page['htmlhead'] .= '<meta name="keywords" content="' . htmlentities($keywords,ENT_COMPAT,'UTF-8') . '" />' . "\r\n" ;