diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-15 18:03:37 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-15 18:03:37 -0800 |
commit | 3d80073a0e1e0847cad2e2fbe86aa66a1fbec983 (patch) | |
tree | b00acbf6d90a2a57d9478a556d334387d6720872 /include/items.php | |
parent | 959c3ba89d42340b1e675435d5a792e592d2bc0a (diff) | |
download | volse-hubzilla-3d80073a0e1e0847cad2e2fbe86aa66a1fbec983.tar.gz volse-hubzilla-3d80073a0e1e0847cad2e2fbe86aa66a1fbec983.tar.bz2 volse-hubzilla-3d80073a0e1e0847cad2e2fbe86aa66a1fbec983.zip |
revert html in markdown for posts, but trim the input before processing the markdown
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 3e4805212..fd23b7e6b 100755 --- a/include/items.php +++ b/include/items.php @@ -3181,7 +3181,7 @@ function tag_deliver($uid, $item_id) { } if((! $mention) && (! $union)) { - logger('tag_deliver: no mention and no union.'); + logger('tag_deliver: no mention for ' . $u[0]['channel_name'] . ' and no union.'); return; } |