v1.3.2 - Fixed table css and removed pagination in backend
This commit is contained in:
@@ -245,6 +245,7 @@ class EventController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
//Fixes tags that have been substringed
|
||||
public function closetags($html) {
|
||||
preg_match_all('#<(?!meta|img|br|hr|input\b)\b([a-z]+)(?: .*)?(?<![/|/ ])>#iU', $html, $result);
|
||||
$openedtags = $result[1];
|
||||
@@ -289,7 +290,6 @@ class EventController extends Controller
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user