From 903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 11:21:01 +0000 Subject: standardize the use of unix eol; use svn properties to enforce native eol --- demos/time-tracker/index.php | 68 ++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'demos/time-tracker/index.php') diff --git a/demos/time-tracker/index.php b/demos/time-tracker/index.php index 7954aeb9..d1fbccf9 100644 --- a/demos/time-tracker/index.php +++ b/demos/time-tracker/index.php @@ -1,35 +1,35 @@ -getGlobalization(); - $charset = $app ? $app->getCharset() : 'UTF-8'; - return htmlentities($text, ENT_QUOTES, $charset); -} - -$application=new TApplication; -$application->run(); - +getGlobalization(); + $charset = $app ? $app->getCharset() : 'UTF-8'; + return htmlentities($text, ENT_QUOTES, $charset); +} + +$application=new TApplication; +$application->run(); + ?> \ No newline at end of file -- cgit v1.2.3