mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Store prerendered HTML from company description's markdown.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace cicm_web.Controllers
|
||||
|
||||
if(company == null) return Index();
|
||||
|
||||
ViewBag.CompanyDescription = company.Description?.Text;
|
||||
ViewBag.CompanyDescription = company.Description?.Html ?? company.Description?.Text;
|
||||
|
||||
return View(company);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user