Skip to content

Commit

Permalink
Added newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Apr 6, 2015
1 parent b4caa3a commit 8d21259
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion system/modules/inherit_article/config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
(
// Models
'Contao\ArticleModel' => 'system/modules/inherit_article/models/ArticleModel.php'
));
));
2 changes: 1 addition & 1 deletion system/modules/inherit_article/dca/tl_article.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
'inputType' => 'checkbox',
'eval' => array('tl_class'=>'w50'),
'sql' => "char(1) NOT NULL default ''"
);
);
2 changes: 1 addition & 1 deletion system/modules/inherit_article/languages/de/tl_article.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
*/


$GLOBALS['TL_LANG']['tl_article']['inherit'] = array('Vererben','Artikel in der Seitenstruktur nach unten vererben.');
$GLOBALS['TL_LANG']['tl_article']['inherit'] = array('Vererben','Artikel in der Seitenstruktur nach unten vererben.');
2 changes: 1 addition & 1 deletion system/modules/inherit_article/languages/en/tl_article.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
*/


$GLOBALS['TL_LANG']['tl_article']['inherit'] = array('Inherit','Inherit the article downwards in the page hierarchy.');
$GLOBALS['TL_LANG']['tl_article']['inherit'] = array('Inherit','Inherit the article downwards in the page hierarchy.');

0 comments on commit 8d21259

Please sign in to comment.