Skip to content

Commit

Permalink
Coding style: wrap long line
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 2, 2013
1 parent 9985f1c commit 0ad8a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view_operations.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
<!-- Change view name -->
<tr><td><?php echo __('Rename view to'); ?></td>
<td><input type="text" size="20" name="new_name" onfocus="this.select()"
value="<?php echo htmlspecialchars($GLOBALS['table']); ?>" required />
value="<?php echo htmlspecialchars($GLOBALS['table']); ?>"
required />
</td>
</tr>
</table>
Expand Down

0 comments on commit 0ad8a14

Please sign in to comment.