mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-16 11:02:40 +01:00
Unicode ellipsis fix.
This commit is contained in:
parent
a4299fe4a6
commit
16c158fb2b
@ -99,7 +99,7 @@
|
|||||||
define('FILE_INDEX', 'index.html', true);
|
define('FILE_INDEX', 'index.html', true);
|
||||||
define('FILE_PAGE', '%d.html', true);
|
define('FILE_PAGE', '%d.html', true);
|
||||||
|
|
||||||
// Automatically convert things like "..." to Unicode characters ("<EFBFBD>")
|
// Automatically convert things like "..." to Unicode characters ("…")
|
||||||
define('AUTO_UNICODE', true, true);
|
define('AUTO_UNICODE', true, true);
|
||||||
// Use some Wiki-like syntax (''em'', '''strong''', ==Heading==, etc)
|
// Use some Wiki-like syntax (''em'', '''strong''', ==Heading==, etc)
|
||||||
define('WIKI_MARKUP', true, true);
|
define('WIKI_MARKUP', true, true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user