openrat-cms

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

commit de69257fa7650a29c698ebaddad1f237a515a650
parent 5a8d1159e6b9ac660c575c70fae7ea0db8dbc79d
Author: Jan Dankert <develop@jandankert.de>
Date:   Mon,  6 May 2019 23:06:29 +0200

Der "filler" ist jetzt eine Klasse, falls man ihn für andere Zwecke verwendet (allerdings hat sich das erledigt, aber trotzdem muss das HTML zum JS passen).

Diffstat:
modules/cms-ui/themes/default/layout/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/cms-ui/themes/default/layout/index.php b/modules/cms-ui/themes/default/layout/index.php @@ -98,7 +98,7 @@ ?> </div> - <div id="filler"><?php /* empty element, this is only for styling the background. */ ?> + <div class="filler"><?php /* empty element, this is only for styling the background. */ ?> <span class="icon">X</span> </div> </div>