You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Libraries/SmartStore.Data/Setup/SeedData/InvariantSeedData.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -517,7 +517,7 @@ public IList<Topic> Topics()
517
517
RenderAsWidget=true,
518
518
WidgetWrapContent=false,
519
519
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>"
521
521
},
522
522
newTopic
523
523
{
@@ -553,7 +553,7 @@ public IList<Topic> Topics()
553
553
IncludeInSitemap=false,
554
554
IsPasswordProtected=false,
555
555
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>"
0 commit comments