Skip to content

Commit

Permalink
Merge pull request #31 from phpList/analysis-X0yoxn
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
michield committed Jan 12, 2017
2 parents e477e92 + 4bb023f commit c273957
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pagetop.php
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
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 c273957

Please sign in to comment.