Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-04-22 03:27:46 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-22 03:27:46 +0400
commit7083dd0c93aef72646e4788c17007fe6ec44610b (patch)
treec4539f0793f82c029551d8cf93988174b8398058 /themes
parentf6253e1e6a04501a027173e32b50dd0c492dbcee (diff)
Use LF line endings instead of CRLF
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/info.inc.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/themes/pmahomme/info.inc.php b/themes/pmahomme/info.inc.php
index aa485d8ac1..bd47cb84c6 100644
--- a/themes/pmahomme/info.inc.php
+++ b/themes/pmahomme/info.inc.php
@@ -1,15 +1,15 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * Theme information
- *
- * @package PhpMyAdmin-theme
- * @subpackage pmahomme
- */
-
-/**
- * If you have problems or questions about this theme email mikehomme@users.sourceforge.net
- */
-$theme_name = 'pmahomme';
-$theme_full_version = '1.1';
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * Theme information
+ *
+ * @package PhpMyAdmin-theme
+ * @subpackage pmahomme
+ */
+
+/**
+ * If you have problems or questions about this theme email mikehomme@users.sourceforge.net
+ */
+$theme_name = 'pmahomme';
+$theme_full_version = '1.1';
?> \ No newline at end of file