Browse Source

Break lines in `Template/Restore` section

Vova Tkach 5 years ago
parent
commit
5f067e4502
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/modules/module_template.go

+ 1 - 1
engine/modules/module_template.go

@@ -133,7 +133,7 @@ func (this *Modules) RegisterModule_Template() *Module {
 				{
 				{
 					Kind: builder.DFKText,
 					Kind: builder.DFKText,
 					CallBack: func(field *builder.DataFormField) string {
 					CallBack: func(field *builder.DataFormField) string {
-						return `<div class="form-group last"><div class="row"><div class="col-12"><div class="alert alert-danger" style="margin:0;"><strong>WARNING!</strong> This action will restore current theme files to original, you will lost you theme changes! Think twice before run this action! If you still want to do this, please press <b>Restore</b> red button!</div></div></div></div>`
+						return `<div class="form-group last"><div class="row"><div class="col-12"><div class="alert alert-danger" style="margin:0;"><strong>WARNING!</strong><br>This action will restore current theme files to original, you will lost you theme changes!<br>Think twice before run this action! If you still want to do this, please press <b>Restore</b> red button!</div></div></div></div>`
 					},
 					},
 				},
 				},
 				{
 				{