mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 15:16:16 +02:00
2 minor changes arising from testing
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5632 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8832e38b57
commit
cf39c53b46
@ -833,7 +833,7 @@ function clean_html($tag)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$allowed_html_tags = preg_split('/, */', strtolower($board_config['allow_html_tags']));
|
$allowed_html_tags = preg_split('/, */', strtolower($board_config['allow_html_tags']));
|
||||||
$disallowed_attributes = '/^(?:style|on)/';
|
$disallowed_attributes = '/^(?:style|on)/i';
|
||||||
|
|
||||||
// Check if this is an end tag
|
// Check if this is an end tag
|
||||||
preg_match('/<[^\w\/]*\/[\W]*(\w+)/', $tag[0], $matches);
|
preg_match('/<[^\w\/]*\/[\W]*(\w+)/', $tag[0], $matches);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
|
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="thHead" height="25" valign="middle"><span class="tableTitle">{MESSAGE_TITLE}</span></th>
|
<th class="thHead" height="25" valign="middle">{MESSAGE_TITLE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" align="center"><form action="{S_CONFIRM_ACTION}" method="post"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="mainoption" /> <input type="submit" name="cancel" value="{L_NO}" class="liteoption" /></span></form></td>
|
<td class="row1" align="center"><form action="{S_CONFIRM_ACTION}" method="post"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="mainoption" /> <input type="submit" name="cancel" value="{L_NO}" class="liteoption" /></span></form></td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user