Skip to content

Commit

Permalink
Merge pull request #18 from glennw/master
Browse files Browse the repository at this point in the history
Fix footer comment so it doesn't get included in HTML.
  • Loading branch information
kevinb456 committed Mar 11, 2014
2 parents 2f14647 + 13ddd3e commit f01d811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload/catalog/model/tool/piwik.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,12 +395,12 @@ public function getFooterText() {
'<!-- End Piwik Code -->';
}
} else {
$piwik_footer .= '<!-- Piwik --> Mod not enabled! Enter admin settings :) <!-- End Piwik Code -->';
$piwik_footer .= '<!-- Piwik Mod not enabled! Enter admin settings :) End Piwik Code -->';
}

return $piwik_footer;
}


}
?>
?>

0 comments on commit f01d811

Please sign in to comment.