diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-18 21:22:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-18 21:22:05 +0300 |
commit | 2773b4a944bc760ac5a49017b32a7f5917d0d41c (patch) | |
tree | 8793a85147e3b62693a5e1167e3e88176378eaae /plugins/HistoryStats | |
parent | 34ac098a3d3e954d8c44dfaa17b4ee4a25801f47 (diff) |
compilation fix
Diffstat (limited to 'plugins/HistoryStats')
-rw-r--r-- | plugins/HistoryStats/src/statistic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/statistic.cpp b/plugins/HistoryStats/src/statistic.cpp index 2fabf639bb..37da089c20 100644 --- a/plugins/HistoryStats/src/statistic.cpp +++ b/plugins/HistoryStats/src/statistic.cpp @@ -1108,7 +1108,7 @@ bool Statistic::stepWriteHTML() tos << L"<div class=\"footer\">"
<< ext::kformat(TranslateT("Created with #{plugin} #{version} on #{date} at #{time}"))
- % L"#{plugin}" * L"<a href=\"https://miranda-ng.org/p/HistoryStats">HistoryStats</a>"
+ % L"#{plugin}" * L"<a href=\"https://miranda-ng.org/p/HistoryStats\">HistoryStats</a>"
% L"#{version}" * utils::versionToDotted(m_Settings.m_VersionCurrent)
% L"#{date}" * utils::htmlEscape(utils::timestampToDate(getTimeStarted()))
% L"#{time}" * utils::htmlEscape(utils::timestampToTime(getTimeStarted()))
|