v1.3.2 - Fixed table css and removed pagination in backend

This commit is contained in:
frederikpyt
2020-09-21 08:32:05 +02:00
parent 7b99cd7f4e
commit 13197b8be8
8 changed files with 60 additions and 70 deletions
@@ -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;
}
}
}