summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/SafeString.php
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-08-30 18:07:13 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-08-30 18:07:13 -0700
commitdf38a890a64dd33eafe3aed51ce8fde732cf8b8b (patch)
treebaae9f0613c0084e40da79ef984e333fa9f2da04 /modules/gallery/libraries/SafeString.php
parent00c73ec852c29c214d72193ce368bc12a7305794 (diff)
Tabs to spaces cleanup
Diffstat (limited to 'modules/gallery/libraries/SafeString.php')
-rw-r--r--modules/gallery/libraries/SafeString.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/libraries/SafeString.php b/modules/gallery/libraries/SafeString.php
index 0767a665..cc542e01 100644
--- a/modules/gallery/libraries/SafeString.php
+++ b/modules/gallery/libraries/SafeString.php
@@ -120,8 +120,8 @@ class SafeString_Core {
function for_html_attr() {
$string = (string) $this->for_html();
return strtr($string,
- array("'"=>"&#039;",
- '"'=>'&quot;'));
+ array("'"=>"&#039;",
+ '"'=>'&quot;'));
}
/**