Skip to content

Commit

Permalink
Fix footer comment so it doesn't get included in HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
gw3583 committed Mar 7, 2014
1 parent 2f14647 commit 13ddd3e
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 13ddd3e

Please sign in to comment.