aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/shared_html_lite.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-06-25 00:11:09 -0400
committerRalph Amissah <ralph@amissah.com>2013-06-25 00:11:09 -0400
commitb3006eb0268887ec481c4d46e4602a3a9a2275e8 (patch)
tree54d8b4fb9f0c2744aa6096b546fe6277c184d273 /lib/sisu/v4/shared_html_lite.rb
parentdebian/changelog (4.1.5-1) (diff)
parentv4: general code cleaning, sync with v5 (diff)
Merge tag 'sisu_4.1.6' into debian/sid
SiSU 4.1.6
Diffstat (limited to 'lib/sisu/v4/shared_html_lite.rb')
-rw-r--r--lib/sisu/v4/shared_html_lite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v4/shared_html_lite.rb b/lib/sisu/v4/shared_html_lite.rb
index 2a2697b9..def7a84d 100644
--- a/lib/sisu/v4/shared_html_lite.rb
+++ b/lib/sisu/v4/shared_html_lite.rb
@@ -251,7 +251,7 @@ GSUB
def ocn
%{<label class="ocn">#{@ocn}</label>} << "\n"
end
- def html_table # get rid of use html_table
+ def html_table # get rid of use html_table
@new_content=[]
@txt.split(/\n/).each do |parablock|
m=parablock[/<!f(.+?)!>/,1]