update module template to .NET 8.0.7

This commit is contained in:
sbwalker
2024-07-17 16:17:10 -04:00
parent befa13eaf2
commit 5a2af6d0f9
5 changed files with 28 additions and 26 deletions

View File

@ -66,8 +66,8 @@ namespace Oqtane.Modules.HtmlText.Manager
Title = pageModule.Module.Title,
Description = string.Empty,
Body = htmltext.Content,
ContentModifiedBy = htmltext.ModifiedBy,
ContentModifiedOn = htmltext.ModifiedOn
ContentModifiedBy = htmltext.CreatedBy,
ContentModifiedOn = htmltext.CreatedOn
});
}
}