From df57177721d5a06fcb3069a97b7da78c24d2fae4 Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 30 Apr 2008 15:26:48 +0000 Subject: Marcus Povey * Minor tweak: removed $ns references from ODD __toString() git-svn-id: https://code.elgg.org/elgg/trunk@583 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/export.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/lib/export.php b/engine/lib/export.php index a44160758..aa7e7aa18 100644 --- a/engine/lib/export.php +++ b/engine/lib/export.php @@ -185,9 +185,9 @@ $end = "/>"; if ($body!="") - $end = ">$body"; + $end = ">$body"; - return "<{$ns}{$tag} $attr" . $end . "\n"; + return "<{$tag} $attr" . $end . "\n"; } } -- cgit v1.2.3