aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/browsertab.cpp')
-rw-r--r--src/browsertab.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp
index c470d9e..aa082d4 100644
--- a/src/browsertab.cpp
+++ b/src/browsertab.cpp
@@ -532,6 +532,8 @@ void BrowserTab::renderPage(const QByteArray &data, const MimeType &mime)
{
QString title = b[0];
this->page_title = title;
+
+ // TODO: Escape HTML sequences in title (such as —)
}
}
}