From 2987031bc3d30437e7b34c3fe912a0ccbcc87f10 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Tue, 23 Apr 2013 15:25:12 +0200 Subject: Fixed #73 - Can't Poch url with special caracter --- inc/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/config.php') diff --git a/inc/config.php b/inc/config.php index 8bafd595..737f5215 100644 --- a/inc/config.php +++ b/inc/config.php @@ -16,6 +16,7 @@ if (!is_dir('db/')) { define ('ABS_PATH', 'assets/'); define ('CONVERT_LINKS_FOOTNOTES', TRUE); +define ('REVERT_FORCED_PARAGRAPH_ELEMENTS',FALSE); define ('DOWNLOAD_PICTURES', TRUE); $storage_type = 'sqlite'; # sqlite or file -- cgit v1.2.3