]> git.bts.cx Git - cx.git/blobdiff - cx/cx.php
Basic admin styling
[cx.git] / cx / cx.php
index cbe76468bab4432e471107ddafcdb75c08b96be2..a47714b63cfe2929e0a80bb602d2789b1e01d05d 100644 (file)
--- a/cx/cx.php
+++ b/cx/cx.php
@@ -125,7 +125,7 @@ function cx_route($path) {
                                        $date = cx_form_input_sanitized_date_time('post_date');
                                        if (isset($date) == false) $date = null;
                                        $draft = cx_form_input_sanitized('post_is_draft') == 'draft';
-                                       $data = cx_form_input_sanitized('post_data');
+                                       $data = cx_form_input_sanitized_allowing_html('post_data');
                                        
                                        if (isset($_GET['id']) == false or $_GET['id'] == 0) {
                                                cx_posts_add_post(1, $title, $slug, $date, $draft, $data);