Adds single quote to the default list of characters to exclude from niceurls

This commit is contained in:
hartvig
2011-10-24 06:57:14 -02:00
parent ad0c67365f
commit 9da185f330

View File

@@ -88,6 +88,7 @@
<urlReplacing removeDoubleDashes="true">
<char org=" ">-</char>
<char org="&quot;"></char>
<char org="'"></char>
<char org="%"></char>
<char org="."></char>
<char org=";"></char>