mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 11:40:08 +02:00
- fixing some very very nasty opera bugs by changing the clearing method we use.
- also properly apply preg_quote to some strings. git-svn-id: file:///svn/phpbb/trunk@7808 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -62,7 +62,8 @@
|
||||
<div id="colour_palette" style="display: none;">
|
||||
<dl style="clear: left;">
|
||||
<dt><label>{L_FONT_COLOR}:</label></dt>
|
||||
<dd><script type="text/javascript">
|
||||
<dd>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
function change_palette()
|
||||
{
|
||||
@@ -79,7 +80,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
colorPalette('h', 15, 5);
|
||||
colorPalette('h', 15, 10);
|
||||
//-->
|
||||
</script>
|
||||
</dd>
|
||||
|
Reference in New Issue
Block a user