mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 23:01:14 +01:00
ticket allow list tags in secure view
This commit is contained in:
parent
3f66d92903
commit
dcbce62afb
@ -476,7 +476,12 @@ class Ticket {
|
|||||||
'<table>',
|
'<table>',
|
||||||
'<tr>',
|
'<tr>',
|
||||||
'<td>',
|
'<td>',
|
||||||
'<style>'
|
'<style>',
|
||||||
|
'<ol>',
|
||||||
|
'<ul>',
|
||||||
|
'<li>',
|
||||||
|
'<dd>',
|
||||||
|
'<dt>'
|
||||||
);
|
);
|
||||||
|
|
||||||
$mid = $this->app->Secure->GetGET('mid');
|
$mid = $this->app->Secure->GetGET('mid');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user