1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-28 08:11:02 +08:00

Re-add initial wiki page text when editing the page ()

The `$content` was prepared above, but forgot to put it into the editor

Fix 
This commit is contained in:
wxiaoguang
2023-04-09 15:51:32 +08:00
committed by GitHub
parent d1517946b4
commit 2f46838120

@ -29,6 +29,7 @@
"MarkdownPreviewUrl" (print .Repository.Link "/markup") "MarkdownPreviewUrl" (print .Repository.Link "/markup")
"MarkdownPreviewContext" .RepoLink "MarkdownPreviewContext" .RepoLink
"TextareaName" "content" "TextareaName" "content"
"TextareaContent" $content
)}} )}}
<div class="field"> <div class="field">