diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-23 10:14:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-23 10:14:13 +0200 |
commit | 39b14b6b811ec65f8c8a812397f9ee04877cd53d (patch) | |
tree | 1f122a63a4f44aed278a54fab803706d77946997 /include/widgets.php | |
parent | 5536df51f58a65f5a42051b0466b1c13c9a9718a (diff) | |
parent | ac81a3a5effe51b82310bbd831dec06e7914e649 (diff) | |
download | volse-hubzilla-39b14b6b811ec65f8c8a812397f9ee04877cd53d.tar.gz volse-hubzilla-39b14b6b811ec65f8c8a812397f9ee04877cd53d.tar.bz2 volse-hubzilla-39b14b6b811ec65f8c8a812397f9ee04877cd53d.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index cdd5d72ab..8a7f4b69f 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1158,7 +1158,7 @@ function widget_cover_photo($arr) { if(array_key_exists('subtitle', $arr) && isset($arr['subtitle'])) $subtitle = $arr['subtitle']; else - $subtitle = $channel['xchan_addr']; + $subtitle = str_replace('@','@',$channel['xchan_addr']); $c = get_cover_photo($channel_id,'html'); |