Allow text alignment for `<li>`
authorAlexander Ebert <ebert@woltlab.com>
Thu, 19 Jan 2017 10:16:27 +0000 (11:16 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 19 Jan 2017 10:16:35 +0000 (11:16 +0100)
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php

index d08bf32ad8f5bcd37330c1141bea6980fd399dc2..58f1bee919b525ddea1c7be7300ef2141585803b 100644 (file)
@@ -29,6 +29,7 @@ class HtmlInputNodeProcessor extends AbstractHtmlNodeProcessor {
                        // built-in
                        'smiley', 'woltlabAttachment', 'woltlabSuiteMedia'
                ],
+               'li' => ['text-center', 'text-justify', 'text-right'],
                'p' => ['text-center', 'text-justify', 'text-right'],
                'td' => ['text-center', 'text-justify', 'text-right']
        ];