From 7fa8a9665771e2f7f32a6f92f72dfbea5a3d3c8b Mon Sep 17 00:00:00 2001 From: Kleper Date: Sat, 11 Jul 2015 12:25:28 -0500 Subject: [PATCH] Update rt.php Correcion a bug de markdown --- visualizaciones/rt.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/visualizaciones/rt.php b/visualizaciones/rt.php index 5203ad7..0c79d4f 100644 --- a/visualizaciones/rt.php +++ b/visualizaciones/rt.php @@ -6,6 +6,8 @@ $xajax = new xajax(); require ('funciones/funciones.php'); require ('funciones/convert.php'); require ("funciones/conex.php"); +require ("includes/markdown.php"); + $xajax->processRequests(); if($_REQUEST[id2] =='') {$agregar= $_REQUEST[id];}else {$agregar = $_REQUEST[id2];} $formulario_nombre = remplacetas('form_id','id',$_REQUEST[id],'nombre') ; @@ -154,4 +156,4 @@ function run() { - \ No newline at end of file +