--- a/trunk/cforge/cforge/Package/CFORGE/Scripts/action.markdown.py
+++ b/trunk/cforge/cforge/Package/CFORGE/Scripts/action.markdown.py
@@ -10,7 +10,7 @@
 
 
 scriptpath = os.path.abspath(os.path.dirname(sys.argv[0]))
-folder=sys.argv[1]
+folder=sys.argv[1].replace("`````", "'")
 xslfile=os.path.join(scriptpath, "plcopenxml.xslt")
 
 class ER(ExportReporter):