diff options
author | Unknwon <u@gogs.io> | 2017-04-07 15:30:08 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-07 15:30:08 -0400 |
commit | 62a20b8a2d3938705235f6d2bf61971ef41e4f22 (patch) | |
tree | 097474e1454189976542b17bccf8e969e6fbde3d /templates/repo | |
parent | d0612be40291f15157afc3aab8e8ce35648ee42d (diff) |
repo/wiki: improve UI
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/wiki/view.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/wiki/view.tmpl b/templates/repo/wiki/view.tmpl index 657c2929..543c2acd 100644 --- a/templates/repo/wiki/view.tmpl +++ b/templates/repo/wiki/view.tmpl @@ -61,7 +61,7 @@ {{.i18n.Tr "repo.wiki.last_commit_info" .Author.Name $timeSince | Safe}} </div> </div> - <div class="ui segment markdown"> + <div class="markdown"> {{.content | Str2html}} </div> </div> |