Skip to content

Commit 4f363b2

Browse files
committed
Minor change
1 parent 3866923 commit 4f363b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Libraries/SmartStore.Data/Setup/SeedData/InvariantSeedData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ public IList<Topic> Topics()
517517
RenderAsWidget = true,
518518
WidgetWrapContent = false,
519519
Title = "Welcome to our store",
520-
Body = "<p>Online shopping is the process consumers go through to purchase products or services over the Internet. You can edit this in the admin site.</p></p>"
520+
Body = "<p>Online shopping is the process consumers go through to purchase products or services over the Internet. You can edit this in the admin site.</p>"
521521
},
522522
new Topic
523523
{
@@ -553,7 +553,7 @@ public IList<Topic> Topics()
553553
IncludeInSitemap = false,
554554
IsPasswordProtected = false,
555555
Title = "Imprint",
556-
Body = @"<p>Put your imprint information here. YOu can edit this in the admin site.</p>"
556+
Body = "<p>Put your imprint information here. You can edit this in the admin site.</p>"
557557
},
558558
new Topic
559559
{

0 commit comments

Comments
 (0)