summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/templates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/templates.cpp')
-rw-r--r--plugins/NewStory/src/templates.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp
index a5fe44bd72..e24574c880 100644
--- a/plugins/NewStory/src/templates.cpp
+++ b/plugins/NewStory/src/templates.cpp
@@ -142,6 +142,10 @@ CMStringA ItemData::formatHtml(const wchar_t *pwszStr)
AppendString(str, T2Utf((pwszStr) ? pwszStr : formatString()));
str.Append("</body></html>");
+
+ // url autodetect
+ UrlAutodetect(str);
+
// Netlib_Logf(0, str);
return str;
}