From: Alexander Ebert Date: Thu, 19 Jan 2017 10:16:27 +0000 (+0100) Subject: Allow text alignment for `
  • ` X-Git-Tag: 3.0.1~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8c0ae33ed258f009846afcf8c6292de465841b36;p=GitHub%2FWoltLab%2FWCF.git Allow text alignment for `
  • ` --- diff --git a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php index d08bf32ad8..58f1bee919 100644 --- a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php +++ b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php @@ -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'] ];