GeSHi / geshi-1.1

Next generation of Generic Syntax Highlighter for PHP
http://qbnz.com/highlighter/
67 stars 13 forks source link

Fix styles specified as arrays instead of as CSS strings #5

Open Sei-Lisa opened 10 years ago

Sei-Lisa commented 10 years ago

The function array_merge_recursive_unique() seems broken, as it did not produce the expected result. Replace it by the native function array_replace_recursive (requires PHP 5.3.0).