Fixed font size
authorAlexander Ebert <ebert@woltlab.com>
Tue, 12 Jul 2016 16:44:53 +0000 (18:44 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 12 Jul 2016 16:49:23 +0000 (18:49 +0200)
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeWoltlabSize.class.php

index ca817d49ceb16065db9a740b30428754178e7b8a..b39f105344ec3c0bc9044784c944e7ade68a3f9b 100644 (file)
@@ -40,6 +40,6 @@ class HtmlOutputNodeWoltlabSize extends AbstractHtmlOutputNode {
         * @inheritDoc
         */
        public function replaceTag(array $data) {
-               return '<span style="font-size: ' . $data['size'] . 'px">' . self::PLACEHOLDER . '</span>';
+               return '<span style="font-size: ' . $data['size'] . 'pt">' . self::PLACEHOLDER . '</span>';
        }
 }