openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit 8f372eb0030bb6c25515832a084f4eb292e7ded4
parent 22f02765543b4810bcc6ba2b07788c860da1c339
Author: Jan Dankert <develop@jandankert.de>
Date:   Thu, 16 May 2019 23:37:52 +0200

Fix: Comments must be closed before the file ending.

Diffstat:
modules/util/Mustache.class.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/util/Mustache.class.php b/modules/util/Mustache.class.php @@ -554,3 +554,4 @@ $data = array( ); echo '<pre>'.$m->render( $data ).'</pre>'; +*/+ \ No newline at end of file