This makes the rdf class more compatible with more engines
authorRoland Häder <roland@mxchange.org>
Thu, 4 Mar 2010 05:17:54 +0000 (05:17 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 4 Mar 2010 05:17:54 +0000 (05:17 +0000)
inc/classes/rdf.class.php

index d71ca447ddf44edfcb840da6425970e7136f5ff4..c74eada6fbed6715bc17f71af1c8dd9dc4aaa895 100644 (file)
@@ -414,6 +414,8 @@ class fase4_rdf {
         */
        function finish($return = false)
        {
+               $this->out = str_replace('$', '&#36;', $this->out);
+
                if (!$return) {
                        echo $this->out;
                } else {