diff --git a/inc/functions.php b/inc/functions.php index 045cf81b..a9b7e373 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -986,7 +986,7 @@ function fetchBoardTags( $uris ) { $boardTags[ $tagRow['uri'] ] = array(); } - $boardTags[ $tagRow['uri'] ][] = htmlentities( utf8_encode( $tag ) ); + $boardTags[ $tagRow['uri'] ][] = $tag; } }