Bug fixed for missing line break at the end of a wike page

This commit is contained in:
Alexander Meindl 2016-01-29 07:23:04 +01:00
parent 34bee10f1f
commit ccfe80af7c
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
### 0.5.7
- Wiki footer bug fixed with missing line break at the end of page
- date period support for calendar macro
### 0.5.6

View File

@ -60,7 +60,7 @@ module RedmineTweaks
end
text = @content.text
text << "\n"
text << "\n\n"
text << '<div id="wiki_extentions_footer">'
text << "\n\n"
text << wiki_footer