From 9f7884e487d89c5d311531d1da67f1806b48ec27 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Thu, 4 Mar 2010 05:17:54 +0000
Subject: [PATCH] This makes the rdf class more compatible with more engines

---
 inc/classes/rdf.class.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/inc/classes/rdf.class.php b/inc/classes/rdf.class.php
index d71ca447dd..c74eada6fb 100644
--- a/inc/classes/rdf.class.php
+++ b/inc/classes/rdf.class.php
@@ -414,6 +414,8 @@ class fase4_rdf {
 	 */
 	function finish($return = false)
 	{
+		$this->out = str_replace('$', '&#36;', $this->out);
+
 		if (!$return) {
 			echo $this->out;
 		} else {
-- 
2.39.5