This commit is contained in:
Daniel 2024-09-28 17:04:00 +08:00
parent 2e39cb75c5
commit fb2b9c5319
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 3 additions and 3 deletions

View file

@ -812,7 +812,7 @@ func indexHistoryDir(name string, luteEngine *lute.Lute) {
title := tree.Root.IALAttr("title")
if "" == title {
title = Conf.language(105)
title = Conf.language(16)
}
content := tree.Root.Content()
p := strings.TrimPrefix(doc, util.HistoryDir)