diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-02 23:37:32 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-02 23:37:32 +0200 |
commit | 426d7ac983778dab84847597439d27e101e4142c (patch) | |
tree | 8fb48d41a4cca291f0e2b176a795f479b07492bf /config/filer | |
parent | ed74b695640134e74217e2c99a3eb173d2ed3f18 (diff) | |
download | pfsense-packages-426d7ac983778dab84847597439d27e101e4142c.tar.gz pfsense-packages-426d7ac983778dab84847597439d27e101e4142c.tar.bz2 pfsense-packages-426d7ac983778dab84847597439d27e101e4142c.zip |
filer_sync.xml - fix trailing whitespace
Diffstat (limited to 'config/filer')
-rw-r--r-- | config/filer/filer_sync.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/filer/filer_sync.xml b/config/filer/filer_sync.xml index 516c3e11..0b4124ce 100644 --- a/config/filer/filer_sync.xml +++ b/config/filer/filer_sync.xml @@ -62,8 +62,8 @@ <field> <type>listtopic</type> <fieldname>temp</fieldname> - <name>Enable Filer configuration sync.</name> - </field> + <name>Enable Filer configuration sync</name> + </field> <field> <fielddescr>Automatically sync Filer configuration changes.</fielddescr> <fieldname>synconchanges</fieldname> @@ -102,9 +102,9 @@ </field> </fields> <custom_php_resync_config_command> - filer_sync_on_changes(); + filer_sync_on_changes(); </custom_php_resync_config_command> - <custom_php_command_before_form> + <custom_php_command_before_form> unset($_POST['temp']); </custom_php_command_before_form> </packagegui> |