mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-17 23:39:53 -04:00
#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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user