diff options
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r-- | plugins/NewStory/src/history_array.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp index e9cc5989fa..37bfc35ccf 100644 --- a/plugins/NewStory/src/history_array.cpp +++ b/plugins/NewStory/src/history_array.cpp @@ -458,7 +458,7 @@ void ItemData::load(bool bLoadAlways) void ItemData::setText()
{
- m_doc = litehtml::document::createFromString(formatHtml(), &pOwner->webPage);
+ m_doc = litehtml::document::createFromString(T2Utf(formatHtml()), &pOwner->webPage);
}
// Array
|