diff options
author | shadlaws <shad@shadlaws.com> | 2013-01-24 12:03:05 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-01-24 12:03:05 +0100 |
commit | 031dd3bd6f279b5ddec6f08ff11e0acee521a5fe (patch) | |
tree | 6e8988e28d0eff76214834d644c8438db5a11cba /modules/organize | |
parent | 3e451d6edc6ab3586ef730e4458ca0b2d55f5170 (diff) |
#1960 - Add unit test to look for extra spaces at end of line
- Added no_extra_spaces_at_end_of_line_test to File_Structure_Test.
- Updated Gallery_Filters to exclude testing code that isn't ours.
- Removed existing extra spaces. New test now passes.
Diffstat (limited to 'modules/organize')
-rw-r--r-- | modules/organize/views/organize_frame.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php index c33b7607..b1d92675 100644 --- a/modules/organize/views/organize_frame.html.php +++ b/modules/organize/views/organize_frame.html.php @@ -365,7 +365,7 @@ } } }); - + var tag_button = new Ext.Button({ flex: 2, text: <?= t("Tag")->for_js() ?>, @@ -425,11 +425,11 @@ sort_column_combobox, sort_order_combobox ] - }, + }, <? if (module::is_active("tag")): ?> { xtype: "spacer", - flex: 3 + flex: 3 }, tag_textfield, tag_button, |