1
0
Fork 0

Update rt.php

Correcion a bug de markdown
This commit is contained in:
Kleper 2015-07-11 12:25:28 -05:00
parent 44bef84232
commit 7fa8a96657
1 changed files with 3 additions and 1 deletions

View File

@ -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() {
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>
</html>