From 3079bbbd76eb5b73bba2f6b7b2331567d0782d45 Mon Sep 17 00:00:00 2001 From: dignajar Date: Wed, 12 Oct 2016 23:03:43 -0300 Subject: [PATCH] Metadata updated for 1.5.2 --- README.md | 2 +- bl-kernel/admin/controllers/new-post.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c64feb1b..8eaeda1f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ================================ **Fast**, **simple**, **extensible** and **flat file** CMS. -Bludit is a simple web application to make your own **blog** or **site** in seconds, it's completely **free and open source**. Bludit uses flat-files (text files in JSON format) to store the posts and pages, you don't need to install or configure a database. +Bludit is a simple web application to make your own **blog** or **site** in seconds, it's completely **free and open source**. Bludit uses flat-files to store the posts and pages, you don't need to install or configure a database. Bludit supports **Markdown** and HTML code for the content of the posts and pages. - [Documentation](https://docs.bludit.com) - [Help and Support](https://forum.bludit.com) diff --git a/bl-kernel/admin/controllers/new-post.php b/bl-kernel/admin/controllers/new-post.php index 53b19667..19463e3b 100644 --- a/bl-kernel/admin/controllers/new-post.php +++ b/bl-kernel/admin/controllers/new-post.php @@ -7,7 +7,6 @@ // ============================================================================ // Functions // ============================================================================ - function addPost($args) { global $dbPosts;