OSDN Git Service

BugTrack/560 Generate readable HTML source for table format
[pukiwiki/pukiwiki.git] / lib / convert_html.php
index a82f5a4..05a88cc 100644 (file)
@@ -681,7 +681,7 @@ class Table extends Element
                                $row_string = '';
                                foreach (array_keys($row) as $ncol)
                                        $row_string .= $row[$ncol]->toString();
-                               $part_string .= $this->wrap($row_string, 'tr');
+                               $part_string .= $this->wrap($row_string, 'tr') . "\n";
                        }
                        $string .= $this->wrap($part_string, $part);
                }