diff --git a/t3lib/class.t3lib_parsehtml_proc.php b/t3lib/class.t3lib_parsehtml_proc.php index 2cfc6d2..b7a57c5 100644 --- a/t3lib/class.t3lib_parsehtml_proc.php +++ b/t3lib/class.t3lib_parsehtml_proc.php @@ -230,11 +230,11 @@ class t3lib_parsehtml_proc extends t3lib_parsehtml { // Find special modes and extract them: if (isset($revmodes['ts'])) { - $modes[$revmodes['ts']] = 'ts_transform,ts_preserve,ts_images,ts_links'; + $modes[$revmodes['ts']] = 'ts_links,ts_transform,ts_preserve,ts_images'; } // Find special modes and extract them: if (isset($revmodes['ts_css'])) { - $modes[$revmodes['ts_css']] = 'css_transform,ts_images,ts_links'; + $modes[$revmodes['ts_css']] = 'ts_links,css_transform,ts_images'; } // Make list unique