Commit e3ca58bd authored by Hermann Mayer's avatar Hermann Mayer
Browse files

Fixed a editor markdown format html char escaping. Now the chars were...

Fixed a editor markdown format html char escaping. Now the chars were re-encoded to fit the inputs. Updated deployment.
parent af71752c
Loading
Loading
Loading
Loading

deploy @ 0dcf13d6

Original line number Diff line number Diff line
Subproject commit 8ff3c33d5f0f0bd24bdca9c7a62c78a4bf78de67
Subproject commit 0dcf13d6932e34f044a11b13b850960db5fa2ec0
+3 −0
Original line number Diff line number Diff line
@@ -36,6 +36,9 @@ class EditorController extends Controller
        // Parse the requested data
        $html = $parser->transform($text);

        // Return to valid unescaped html chars
        $html = htmlspecialchars_decode($html);

        // Response the parsed data
        return $this->render('JityHomepageBundle:Editor:format.html.twig', array(
            'content' => $html
+5 −0
Original line number Diff line number Diff line
@@ -56,6 +56,11 @@ footer {
    width: 160px;
}

.image {
    margin-right: 1em;
    margin-left: 0.5em;
}

/**********************************
 * Coloring and Styling
 *********************************/
+6.15 KiB
Loading image diff...
+49.7 KiB

File added.

No diff preview for this file type.