Completed
Push — master ( f8a85f...8c886d )
by Ben
05:56
created
src/Manager/utils/vendors/htmlLawed.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -616,6 +616,10 @@
 block discarded – undo
616 616
 // eof
617 617
 }
618 618
 
619
+/**
620
+ * @param string $e
621
+ * @param string $a
622
+ */
619 623
 function hl_tag2(&$e, &$a, $t=1){
620 624
 // transform tag
621 625
     if($e == 'center'){$e = 'div'; return 'text-align: center;';}
Please login to merge, or discard this patch.