diff --git a/src/html/m_tables.cpp b/src/html/m_tables.cpp
index 54515038f9..f50de26c79 100644
--- a/src/html/m_tables.cpp
+++ b/src/html/m_tables.cpp
@@ -681,7 +681,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:
{