mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-21 21:19:36 +01:00
Fix bad UTF8 handling on boards page, it's already stored escaped in the DB...
This commit is contained in:
parent
8dd8f9390e
commit
31b9efd51d
@ -986,7 +986,7 @@ function fetchBoardTags( $uris ) {
|
||||
$boardTags[ $tagRow['uri'] ] = array();
|
||||
}
|
||||
|
||||
$boardTags[ $tagRow['uri'] ][] = htmlentities( utf8_encode( $tag ) );
|
||||
$boardTags[ $tagRow['uri'] ][] = $tag;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user