diff --git a/CHANGELOG.md b/CHANGELOG.md index f04b9ac..2b33d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - [ ] add module to check deprecated PHP function - [ ] add module to check directory structure - [ ] write documentation of php class +- use of xmlTag to generate dcstore.xml contents 0.2 - 2021.09.25 - add module to check deprecated Dotclear function diff --git a/README.md b/README.md index 6cd3fbb..bc8ed67 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,12 @@ Configure actions. Select actions and module to work with, then click fix. * Fix license file * Fix dcstore.xml file * Fix README.md shields.io badges + * Check deprecated Dotclear functions * Create package ## NEXT * Scan for missing files - * Scan for deprecated function * ... Hope some of you have idea to complete function of this plugin diff --git a/index.php b/index.php index 3cb08b7..68b07c0 100644 --- a/index.php +++ b/index.php @@ -129,7 +129,7 @@ if (!empty($_REQUEST['config'])) { echo '

' . sprintf(__('Configure module "%s"'), $action->name) . '

' . __('Back') . '

-

' . html::escapeHTML($action->desc) . '

+

' . html::escapeHTML($action->desc) . '

' . (empty($res) ? '

' . __('Nothing to configure'). '

' : $res) . '

' .