From 3d5f4dfd012efdab8126d3290cfaaa02b1758b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20Edling?= Date: Thu, 11 Nov 2021 13:26:29 +0100 Subject: [PATCH] Fixed formatting bug in seeded blog text --- nuspec/Piranha.Templates.nuspec | 2 +- src/web/mvc/Controllers/SetupController.cs | 2 +- src/web/razor/Controllers/SetupController.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nuspec/Piranha.Templates.nuspec b/nuspec/Piranha.Templates.nuspec index 56b085a..36f8d4b 100644 --- a/nuspec/Piranha.Templates.nuspec +++ b/nuspec/Piranha.Templates.nuspec @@ -2,7 +2,7 @@ Piranha.Templates - 10.0.0 + 10.0.1 Piranha CMS Templates Piranha CMS Piranha CMS diff --git a/src/web/mvc/Controllers/SetupController.cs b/src/web/mvc/Controllers/SetupController.cs index a64cd09..7139e35 100644 --- a/src/web/mvc/Controllers/SetupController.cs +++ b/src/web/mvc/Controllers/SetupController.cs @@ -234,7 +234,7 @@ await _api.Media.SaveAsync(new Piranha.Models.StreamMediaContent() post3.Blocks.Add(new HtmlBlock { Body = - "

Big thanks to [@aatmmr](https://github.com/aatmmr), [@brianpopow](https://github.com/brianpopow) and [@tedvanderveen](https://github.com/tedvanderveen) for their contributions and all of the people who has helped with translating the manager.

" + "

Big thanks to @aatmmr, @brianpopow and @tedvanderveen for their contributions and all of the people who has helped with translating the manager.

" }); post3.Blocks.Add(new ColumnBlock { diff --git a/src/web/razor/Controllers/SetupController.cs b/src/web/razor/Controllers/SetupController.cs index 1a62c4c..8d54003 100644 --- a/src/web/razor/Controllers/SetupController.cs +++ b/src/web/razor/Controllers/SetupController.cs @@ -234,7 +234,7 @@ await _api.Media.SaveAsync(new Piranha.Models.StreamMediaContent() post3.Blocks.Add(new HtmlBlock { Body = - "

Big thanks to [@aatmmr](https://github.com/aatmmr), [@brianpopow](https://github.com/brianpopow) and [@tedvanderveen](https://github.com/tedvanderveen) for their contributions and all of the people who has helped with translating the manager.

" + "

Big thanks to @aatmmr, @brianpopow and @tedvanderveen for their contributions and all of the people who has helped with translating the manager.

" }); post3.Blocks.Add(new ColumnBlock {