diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-08-09 22:11:39 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-08-09 22:11:50 +0200 |
commit | ce38587c8459587d7a03002ebcb4427ed95fb85c (patch) | |
tree | 1a5d787189deb6b895ff6df7fe1bb2303f92961d /manager/application/views/scripts/index | |
parent | 2cbb6d9c9cea8624d474807857ba2f8c81352c15 (diff) | |
download | cacert-mgr-ce38587c8459587d7a03002ebcb4427ed95fb85c.tar.gz cacert-mgr-ce38587c8459587d7a03002ebcb4427ed95fb85c.tar.xz cacert-mgr-ce38587c8459587d7a03002ebcb4427ed95fb85c.zip |
bug 1396: Normalize Linefeed to Unix format in Repository
Diffstat (limited to 'manager/application/views/scripts/index')
-rw-r--r-- | manager/application/views/scripts/index/index.phtml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manager/application/views/scripts/index/index.phtml b/manager/application/views/scripts/index/index.phtml index 58c9dc9..480afca 100644 --- a/manager/application/views/scripts/index/index.phtml +++ b/manager/application/views/scripts/index/index.phtml @@ -1,7 +1,7 @@ -<?php
-/**
- * @author markus
- * $Id: index.phtml 25 2009-12-02 15:43:21Z markus $
- */
-?>
-<H1><?php print I18n::_('Dashboard'); ?></H1>
+<?php +/** + * @author markus + * $Id: index.phtml 25 2009-12-02 15:43:21Z markus $ + */ +?> +<H1><?php print I18n::_('Dashboard'); ?></H1> |