diff options
Diffstat (limited to 'lib/sisu/v5/html_lite_shared.rb')
| -rw-r--r-- | lib/sisu/v5/html_lite_shared.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/sisu/v5/html_lite_shared.rb b/lib/sisu/v5/html_lite_shared.rb index 7c3cdf0f..d766b54c 100644 --- a/lib/sisu/v5/html_lite_shared.rb +++ b/lib/sisu/v5/html_lite_shared.rb @@ -104,7 +104,7 @@ module SiSU_FormatShared              w=%{width="#{w}"} if w              h=%{height="#{h}"} if h              c=m[/"(.+?)"/m,1] -            caption=%{<br /><p class="caption">#{c}</p>} if c +            caption=%{<br><p class="caption">#{c}</p>} if c              png=m.scan(/\S+/)[0]              ins=if u \              and u.strip !~/^image$/ | 
