minor tweak to AboutPageDAO

net6.0
Don Oerkfitz 4 years ago
parent 84afbc435b
commit 6772590076

@ -26,7 +26,7 @@ namespace Common.Library.DataLayer.DAO.Websites.JasonNeumannAudio.com
item = new() item = new()
{ {
AboutPageID = GetInt("AboutPageID").Value, AboutPageID = GetInt("AboutPageID").Value,
AboutPageText = GetString("AboutPageText") AboutPageText = GetString("AboutPageText").Replace("\\r\\n", "<br/><br/>")
}; };
} }

Loading…
Cancel
Save