diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-08-14 01:31:25 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-08-14 01:31:25 -0400 |
commit | f42c740cbdff498cbc4e586a72086fc4cd4e794e (patch) | |
tree | 25c887a1e021c67daec3fa75757160c79a266e5a | |
parent | html, css and related markup (diff) |
html, css and related markup, touch
-rw-r--r-- | lib/sisu/v0/shared_html_lite.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/shared_html_lite.rb b/lib/sisu/v0/shared_html_lite.rb index 21315d0f..7be46abb 100644 --- a/lib/sisu/v0/shared_html_lite.rb +++ b/lib/sisu/v0/shared_html_lite.rb @@ -184,7 +184,7 @@ GSUB %{<p class="norm" align="left"><font #{@vz.font_small} #{@vz.font_color} #{@vz.font_face}>} end def ocn - %{#{@tab*1}<span class="ocn">#@ocn</span>} << "\n" + %{#{@tab*1}<label class="ocn">#@ocn</label>} << "\n" end def html_table # get rid of use html_table @new_content=[] |