Unicode ellipsis fix.

This commit is contained in:
Savetheinternet 2010-11-26 01:43:28 -08:00
parent a4299fe4a6
commit 16c158fb2b

View File

@ -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);