From 8c0ae33ed258f009846afcf8c6292de465841b36 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 19 Jan 2017 11:16:27 +0100 Subject: [PATCH] Allow text alignment for `
  • ` --- .../lib/system/html/input/node/HtmlInputNodeProcessor.class.php | 1 + 1 file changed, 1 insertion(+) 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'] ]; -- 2.20.1