Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
michield authored and StyleCIBot committed Jan 12, 2017
1 parent e477e92 commit 4bb023f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pagetop.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
phpList, which is beneficial to it's future development.
Michiel Dethmers, phpList Ltd 2003 - 2015
*
*
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
Expand Down Expand Up @@ -46,8 +46,8 @@
<?php
if (isset($GLOBALS['config']['head'])) {
foreach ($GLOBALS['config']['head'] as $sHtml) {
print $sHtml;
print "\n";
print "\n";
echo $sHtml;
echo "\n";
echo "\n";
}
}
6 changes: 3 additions & 3 deletions pagetop_minified.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<?php
if (isset($GLOBALS['config']['head'])) {
foreach ($GLOBALS['config']['head'] as $sHtml) {
print $sHtml;
print "\n";
print "\n";
echo $sHtml;
echo "\n";
echo "\n";
}
}

0 comments on commit 4bb023f

Please sign in to comment.