Merge branch '3.0'
authorAlexander Ebert <ebert@woltlab.com>
Mon, 19 Aug 2019 12:18:02 +0000 (14:18 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 19 Aug 2019 12:18:02 +0000 (14:18 +0200)
1  2 
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php

index d69ee459082447ad78e92e9864fbbc33d5e1da5a,5d91e83c235367a1f778f41ab13f67b2f19c02b2..a3080b264577a152fd187e6ae7db971eefd56fbe
@@@ -34,8 -34,7 +34,8 @@@ class HtmlInputNodeProcessor extends Ab
                ],
                'li' => ['text-center', 'text-justify', 'text-right'],
                'p' => ['text-center', 'text-justify', 'text-right'],
-               'td' => ['text-center', 'text-justify', 'text-right']
 +              'pre' => ['woltlabHtml'],
+               'td' => ['text-center', 'text-justify', 'text-right'],
        ];
        
        /**