' . __('user.shirt_size') . ' | '
@@ -178,7 +178,7 @@ function admin_user()
button(user_delete_link($user_source->id), icon('trash') . __('delete'), 'btn-danger')
]);
- $html .= " ";
+ $html .= ' ';
} else {
switch ($request->input('action')) {
case 'save_groups':
diff --git a/includes/sys_page.php b/includes/sys_page.php
index 9909b697..a5eb7142 100644
--- a/includes/sys_page.php
+++ b/includes/sys_page.php
@@ -249,7 +249,7 @@ function strip_request_item_nl($name, $default_value = null)
function strip_item($item)
{
// Only allow letters, symbols, punctuation, separators and numbers without html tags
- return preg_replace("/([^\p{L}\p{S}\p{P}\p{Z}\p{N}+]+)/ui", '', strip_tags($item));
+ return preg_replace('/([^\p{L}\p{S}\p{P}\p{Z}\p{N}+]+)/ui', '', strip_tags($item));
}
/**
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 49915baf..db789d87 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -340,7 +340,7 @@ function render_table($columns, $rows, $data = true)
foreach ($rows as $row) {
$html .= ' |