This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
cakephp-tools
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix php
Mark Scherer
11 years ago
parent
3c74d55713
commit
65f1506b81
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
View/Helper/FormatHelper.php
+ 1
- 1
View/Helper/FormatHelper.php
View File
@@ -518,7 +518,7 @@ class FormatHelper extends TextHelper {
}
}
}
-
}
+
return $res;
}