The branch, master has been updated via 51dc70d35a1167431b031e88180a4bf3691af729 (commit) from f9a713dea195f8b9dc0cac9bedfd5e490fd7a440 (commit)
- Log ----------------------------------------------------------------- commit 51dc70d35a1167431b031e88180a4bf3691af729 Author: Michal Čihař mcihar@suse.cz Date: Mon Aug 8 09:57:47 2011 +0200
Wrap long line
-----------------------------------------------------------------------
Summary of changes: tbl_structure.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/tbl_structure.php b/tbl_structure.php index cab5484..9aaeb12 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -600,7 +600,10 @@ if ($tbl_is_view) { 'show_query' => '1', ) ), - sprintf('<img class="icon ic_b_edit" src="themes/dot.gif" alt="%1$s"/> %1$s', __('Edit view')) + sprintf( + '<img class="icon ic_b_edit" src="themes/dot.gif" alt="%1$s"/> %1$s', + __('Edit view') + ) ); } ?>
hooks/post-receive