apply the changes in atutor to fix the issue that the export puts the items into...
[acontent.git] / docs / include / classes / Weblinks / WeblinksParser.class.php
index 015b592..8e0a004 100644 (file)
@@ -95,7 +95,7 @@ class WeblinksParser {
                return $this->title;
        }
        function getUrl(){
-               return $this->url;
+               return urldecode($this->url);
        }
 }