1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-20 23:36:51 +00:00

Update version

This commit is contained in:
Timur Ismagilov 2022-02-19 12:18:45 +03:00
parent 33448893ec
commit 74099922a3
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ func main() {
log.Fatal(err) log.Fatal(err)
} }
log.Println("Running Mycorrhiza Wiki 1.8.0") log.Println("Running Mycorrhiza Wiki 1.8.2")
if err := os.Chdir(files.HyphaeDir()); err != nil { if err := os.Chdir(files.HyphaeDir()); err != nil {
log.Fatal(err) log.Fatal(err)
} }

View File

@ -286,7 +286,7 @@ sort.Strings(editors)
<section> <section>
<h1>{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}</h1> <h1>{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}</h1>
<ul> <ul>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.8.0</li> <li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.8.2</li>
{%- if cfg.UseAuth -%} {%- if cfg.UseAuth -%}
<li><b>{%s lc.Get("ui.about_usercount") %}</b> {%dul user.Count() %}</li> <li><b>{%s lc.Get("ui.about_usercount") %}</b> {%dul user.Count() %}</li>
<li><b>{%s lc.Get("ui.about_homepage") %}</b> <a href="/">{%s cfg.HomeHypha %}</a></li> <li><b>{%s lc.Get("ui.about_homepage") %}</b> <a href="/">{%s cfg.HomeHypha %}</a></li>

View File

@ -1111,7 +1111,7 @@ func StreamAboutHTML(qw422016 *qt422016.Writer, lc *l18n.Localizer) {
//line views/stuff.qtpl:289 //line views/stuff.qtpl:289
qw422016.N().S(lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"})) qw422016.N().S(lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}))
//line views/stuff.qtpl:289 //line views/stuff.qtpl:289
qw422016.N().S(`</b> 1.8.0</li> qw422016.N().S(`</b> 1.8.2</li>
`) `)
//line views/stuff.qtpl:290 //line views/stuff.qtpl:290
if cfg.UseAuth { if cfg.UseAuth {