summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/IEView/src/TextToken.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/TextToken.cpp b/plugins/IEView/src/TextToken.cpp
index 6934043d22..ab3441f5b6 100644
--- a/plugins/IEView/src/TextToken.cpp
+++ b/plugins/IEView/src/TextToken.cpp
@@ -634,7 +634,7 @@ void TextToken::toString(CMStringW &str)
break;
case BB_SIZE:
eText = htmlEncode(wtext);
- str.AppendFormat(L"<span style=\"font-size: %s;\">", eText);
+ str.AppendFormat(L"<span style=\"font-size: %spt;\">", eText);
break;
}
}