forked from leftypol/leftypol
Unicode ellipsis fix.
This commit is contained in:
parent
a4299fe4a6
commit
16c158fb2b
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
define('FILE_INDEX', 'index.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);
|
||||
// Use some Wiki-like syntax (''em'', '''strong''', ==Heading==, etc)
|
||||
define('WIKI_MARKUP', true, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue