Index: ../../../opt/typo3_src/typo3_61_current/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php =================================================================== --- ../../../opt/typo3_src/typo3_61_current/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php (revision ) +++ ../../../opt/typo3_src/typo3_61_current/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php (revision ) @@ -5659,7 +5659,7 @@ // The '-' character means 'no title'. Necessary in order to specify further parameters without setting the title! $forceTitle = ''; } - if (isset($link_paramA[4]) && strlen(trim($link_paramA[4])) > 0) { + if (isset($link_paramA[4]) && strlen(trim($link_paramA[4])) > 0 && trim($link_paramA[4]) != '-') { $forceParams = trim($link_paramA[4]); // params value $conf['additionalParams'] .= $forceParams[0] == '&' ? $forceParams : '&' . $forceParams;