From d8903f09f5a6d637b4258632eee16859373e1893 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Dec 2013 00:19:29 -0800 Subject: include re-organisation and more doco, post_to_red fix ampersands in categories --- util/wp/post_to_red/post_to_red.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/wp/post_to_red/post_to_red.php b/util/wp/post_to_red/post_to_red.php index 11b1b48f7..e7f18985e 100644 --- a/util/wp/post_to_red/post_to_red.php +++ b/util/wp/post_to_red/post_to_red.php @@ -96,7 +96,7 @@ function post_to_red_post($post_id) { foreach($terms as $term) { if(strlen($cats)) $cats .= ','; - $cats .= $term->name; + $cats .= htmlspecialchars_decode($term->name, ENT_COMPAT); } } -- cgit v1.2.3