aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/HotExamples.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/HotExamples.cpp')
-rw-r--r--src/plugins/HotExamples.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/HotExamples.cpp b/src/plugins/HotExamples.cpp
index a049101..043ddfd 100644
--- a/src/plugins/HotExamples.cpp
+++ b/src/plugins/HotExamples.cpp
@@ -100,7 +100,8 @@ namespace QuickMedia {
if(text.data) {
std::string title(text.data, text.size);
html_unescape_sequences(title);
- string_replace_all(title, "Project:", " Project:");
+ string_replace_all(title, "File:", "File: ");
+ string_replace_all(title, "Project:", " Project: ");
auto item = BodyItem::create(std::move(title));
//item->url.assign(href.data, href.size);