debian-mirror-gitlab/debian/patches/fix-wiki.patch
Praveen Arimbrathodiyil 40b43b735d add comments to patches
2016-04-05 22:57:46 +05:30

14 lines
469 B
Diff

revisit this after 8.6.3
diff -ur a/app/models/wiki_page.rb b/app/models/wiki_page.rb
--- a/app/models/wiki_page.rb 2016-01-23 17:45:00.000000000 +0100
+++ b/app/models/wiki_page.rb 2016-03-03 08:26:25.256512379 +0100
@@ -62,7 +62,7 @@
# The raw content of this page.
def content
@attributes[:content] ||= if @page
- @page.raw_data
+ @page.text_data
end
end