diff options
author | Unknwon <u@gogs.io> | 2015-08-05 15:46:35 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-05 15:46:35 +0800 |
commit | cf90312b8f47a0dc028f1263cbf763bce1cb6d77 (patch) | |
tree | e69ee148a6e2406ecd5293c667111a3059ea6cfd /templates/repo/issue/milestone_new.tmpl | |
parent | 4081f86654d17fe5183be8cb5e3d421882acafd7 (diff) | |
download | gitea-cf90312b8f47a0dc028f1263cbf763bce1cb6d77.tar.gz gitea-cf90312b8f47a0dc028f1263cbf763bce1cb6d77.zip |
clean file
Diffstat (limited to 'templates/repo/issue/milestone_new.tmpl')
-rw-r--r-- | templates/repo/issue/milestone_new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/milestone_new.tmpl b/templates/repo/issue/milestone_new.tmpl index 1de3dd7180..d3b4c49259 100644 --- a/templates/repo/issue/milestone_new.tmpl +++ b/templates/repo/issue/milestone_new.tmpl @@ -25,7 +25,7 @@ </div> <div class="field"> <label>{{.i18n.Tr "repo.milestones.desc"}}</label> - <textarea name="content"></textarea> + <textarea name="content">{{.content}}</textarea> </div> </div> <div class="three wide column"> |