summaryrefslogtreecommitdiff
path: root/kohana/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-17 19:28:26 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-17 19:28:26 +0000
commitfe396410894f9fcf430e31216312f70db800d96e (patch)
treefc1222c074e0f8ffd2d952688353f5bf79e360f5 /kohana/views
parent093fb407a839b1bdacd0cd6036b349a42dcfea7d (diff)
Update Kohana code to r3799 from their svn head. All tests pass.
Resolved upstream tickets: http://dev.kohanaphp.com/ticket/972 Command: svn merge -c19275 vendor/kohana/modified/kohana trunk/kohana
Diffstat (limited to 'kohana/views')
-rw-r--r--kohana/views/kohana_profiler_table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/views/kohana_profiler_table.php b/kohana/views/kohana_profiler_table.php
index b4970311..b6b46530 100644
--- a/kohana/views/kohana_profiler_table.php
+++ b/kohana/views/kohana_profiler_table.php
@@ -22,4 +22,4 @@ $style = empty($row['style']) ? '' : ' style="'.$row['style'].'"';
endforeach;
?>
-</table>
+</table> \ No newline at end of file