cosmetics
This commit is contained in:
parent
3061178b09
commit
d436e3e340
11
README.md
11
README.md
@ -1,10 +1,11 @@
|
|||||||
# README
|
# README
|
||||||
|
|
||||||
[![Release version](https://img.shields.io/github/v/release/JcDenis/pacKman)](https://github.com/JcDenis/pacKman/releases)
|
[![Release](https://img.shields.io/github/v/release/JcDenis/pacKman)](https://github.com/JcDenis/pacKman/releases)
|
||||||
[![Release date](https://img.shields.io/github/release-date/JcDenis/pacKman)](https://github.com/JcDenis/pacKman/releases)
|
[![Date](https://img.shields.io/github/release-date/JcDenis/pacKman)](https://github.com/JcDenis/pacKman/releases)
|
||||||
[![Issue tracking](https://img.shields.io/github/issues/JcDenis/pacKman)](https://github.com/JcDenis/pacKman/issues)
|
[![Issues](https://img.shields.io/github/issues/JcDenis/pacKman)](https://github.com/JcDenis/pacKman/issues)
|
||||||
[![Dotclear version](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download)
|
[![Dotclear](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download)
|
||||||
[![License](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://github.com/JcDenis/pacKman/blob/master/LICENSE)
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/pacKman)
|
||||||
|
[![License](https://img.shields.io/github/license/JcDenis/pacKman)](https://github.com/JcDenis/pacKman/blob/master/LICENSE)
|
||||||
|
|
||||||
## WHAT IS PACKMAN ?
|
## WHAT IS PACKMAN ?
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@ $packman_pack_excludefiles = $s->packman_pack_excludefiles;
|
|||||||
|
|
||||||
# -- Set settings --
|
# -- Set settings --
|
||||||
if (!empty($_POST['save'])) {
|
if (!empty($_POST['save'])) {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$packman_pack_nocomment = !empty($_POST['packman_pack_nocomment']);
|
$packman_pack_nocomment = !empty($_POST['packman_pack_nocomment']);
|
||||||
$packman_pack_fixnewline = !empty($_POST['packman_pack_fixnewline']);
|
$packman_pack_fixnewline = !empty($_POST['packman_pack_fixnewline']);
|
||||||
@ -50,7 +49,6 @@ if (!empty($_POST['save'])) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if ($check) {
|
if ($check) {
|
||||||
|
|
||||||
$s->put('packman_pack_nocomment', $packman_pack_nocomment);
|
$s->put('packman_pack_nocomment', $packman_pack_nocomment);
|
||||||
$s->put('packman_pack_fixnewline', $packman_pack_fixnewline);
|
$s->put('packman_pack_fixnewline', $packman_pack_fixnewline);
|
||||||
$s->put('packman_pack_overwrite', $packman_pack_overwrite);
|
$s->put('packman_pack_overwrite', $packman_pack_overwrite);
|
||||||
|
Loading…
Reference in New Issue
Block a user