| commit | c23530e378a525feddf0075a41889c151fae5f62 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed May 01 11:06:09 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed May 01 11:06:09 2024 +0400 |
| tree | 05ac367df0b90d499db3e116e1734ab5f9b3fc6e | |
| parent | d809aa7ba6de31ba0df35c89ed0d9ffd992705e2 [diff] |
Launcher: Render help document contents using Markdown Change-Id: I580c56bff201cd508efd52ba75eed28a8869f9b1
diff --git a/core/installer/welcome/launcher-tmpl/launcher.html b/core/installer/welcome/launcher-tmpl/launcher.html index 3511064..24f5c27 100644 --- a/core/installer/welcome/launcher-tmpl/launcher.html +++ b/core/installer/welcome/launcher-tmpl/launcher.html
@@ -66,7 +66,7 @@ {{ end }} {{ define "help-content-template" }} {{ range . }} - <p class="help-content" id="help-content-{{ CleanAppName .Title }}"> {{ .Contents }}</p> + <div class="help-content" id="help-content-{{ CleanAppName .Title }}"> {{ .Contents }}</div> {{ template "help-content-template" .Children }} {{ end }} {{ end }}