Tabs to spaces cleanup

This commit is contained in:
Andy Staudacher
2009-08-30 18:07:13 -07:00
parent 00c73ec852
commit df38a890a6
8 changed files with 212 additions and 212 deletions

View File

@@ -120,8 +120,8 @@ class SafeString_Core {
function for_html_attr() {
$string = (string) $this->for_html();
return strtr($string,
array("'"=>"'",
'"'=>'"'));
array("'"=>"'",
'"'=>'"'));
}
/**