Changeset 1270
- Timestamp:
- 02/10/08 07:17:41 (9 months ago)
- Files:
-
- ruport/trunk/lib/ruport/formatter/html.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ruport/trunk/lib/ruport/formatter/html.rb
r1226 r1270 60 60 # Simply closes the table tag. 61 61 def build_table_footer 62 output << "\t</table> "62 output << "\t</table>\n" 63 63 end 64 64
