diff --git a/tbl_structure.php b/tbl_structure.php
index cab54846a9..9aaeb129ba 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -600,7 +600,10 @@ if ($tbl_is_view) {
'show_query' => '1',
)
),
- sprintf('
%1$s', __('Edit view'))
+ sprintf(
+ '
%1$s',
+ __('Edit view')
+ )
);
}
?>