Browse Source

Fix first page content to show what html is used

Vova Tkach 6 years ago
parent
commit
46e3e2536f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/module_index.go

+ 1 - 1
modules/module_index.go

@@ -582,7 +582,7 @@ func (this *Modules) RegisterAction_IndexFirstUser() *Action {
 			1,
 			"Home",
 			"/",
-			"Hello World from Fave CMS!",
+			"<p>Hello World from Fave CMS!</p>",
 			utils.UnixTimestampToMySqlDateTime(utils.GetCurrentUnixTimestamp()),
 			1,
 		)