fritzmg / contao-sharebuttons

Simple extension to provide share buttons as a module and content element in Contao
GNU Lesser General Public License v3.0
18 stars 2 forks source link

Problem with soft hyphen in news title #57

Open flashgordono opened 1 year ago

flashgordono commented 1 year ago

The soft hyphen of the news title is not replaced. "Innen[-]raum[-]beleuchtung" is only url-coded. Suggestion: Implement the replacement logic of: "Contao/PageRegular.php" $title = str_replace('[-]', '', $title);