Span caps turned off in textile formatting.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@790 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0f966dbcfd
commit
0fc93a1197
|
@ -12,6 +12,7 @@ module Redmine
|
||||||
def initialize(*args)
|
def initialize(*args)
|
||||||
super
|
super
|
||||||
self.hard_breaks=true
|
self.hard_breaks=true
|
||||||
|
self.no_span_caps=true
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_html
|
def to_html
|
||||||
|
|
Loading…
Reference in New Issue