diff --git a/HtmlFile2/htmlfile2.cpp b/HtmlFile2/htmlfile2.cpp index 7c4ce6902b..415beb5ba5 100644 --- a/HtmlFile2/htmlfile2.cpp +++ b/HtmlFile2/htmlfile2.cpp @@ -212,7 +212,11 @@ public: sCore += oParams->GetAuthors(); sCore += L""; sCore += oParams->GetGenres(); - sCore += L""; + sCore += L""; + sCore += oParams->m_sDate; + sCore += L""; + sCore += oParams->m_sDescription; + sCore += L""; } sCore += L""; NSFile::CFileBinary oCoreWriter; diff --git a/HtmlFile2/test/main.cpp b/HtmlFile2/test/main.cpp index 92d7d036b8..8c44197b0b 100644 --- a/HtmlFile2/test/main.cpp +++ b/HtmlFile2/test/main.cpp @@ -24,6 +24,8 @@ int main() oParams.AddGenre(L"fantazy"); oParams.AddGenre(L"drama"); oParams.SetTitle(L"The Last Wish"); + oParams.SetDate(L"2010-06-03T04:00:00+00:00"); + oParams.SetDescription(L"Description"); if(bBatchMode) {