diff --git a/res/hrefgenerator.php b/res/hrefgenerator.php index c52b4aa..dd8e904 100644 --- a/res/hrefgenerator.php +++ b/res/hrefgenerator.php @@ -44,6 +44,10 @@ class HrefGenerator { $output = str_replace("ü","ue",$output); $output = str_replace("Ü","Ue",$output); $output = str_replace("ß","ss",$output); + $output = str_replace('"', "", $output); + $output = str_replace("'", "", $output); + $output = str_replace("?", "", $output); + $output = str_replace("#", "", $output); return $output; } diff --git a/xml/posts.xml b/xml/posts.xml index 484fd94..1aa095c 100644 --- a/xml/posts.xml +++ b/xml/posts.xml @@ -1,5 +1,10 @@ + + Version 2.1 + 29th March 2015 + This version includes fixes for the article links. You only have to replace the hrefgenerator.php file in the res folder. + Version 2.0 27th March 2015