diff --git a/src/html/m_tables.cpp b/src/html/m_tables.cpp
index 99a17a8411..cc82145ae7 100644
--- a/src/html/m_tables.cpp
+++ b/src/html/m_tables.cpp
@@ -680,7 +680,7 @@ TAG_HANDLER_BEGIN(TABLE, "TABLE,TR,TD,TH")
oldcont = c = m_WParser->OpenContainer();
- m_Table = new wxHtmlTableCell(c, tag);
+ m_Table = new wxHtmlTableCell(c, tag, m_WParser->GetPixelScale());
// width:
{