diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-08-30 18:07:13 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-08-30 18:07:13 -0700 |
commit | df38a890a64dd33eafe3aed51ce8fde732cf8b8b (patch) | |
tree | baae9f0613c0084e40da79ef984e333fa9f2da04 /modules/gallery/libraries | |
parent | 00c73ec852c29c214d72193ce368bc12a7305794 (diff) |
Tabs to spaces cleanup
Diffstat (limited to 'modules/gallery/libraries')
-rw-r--r-- | modules/gallery/libraries/SafeString.php | 4 |
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("'"=>"'", - '"'=>'"')); + array("'"=>"'", + '"'=>'"')); } /** |