diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 99d35a1e2..699f128ee 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -11,7 +11,7 @@ conf.py: copyright: 2017 project: Kitodo.Presentation version: 2.3 - release: 2.3.0 + release: 2.3.1 intersphinx_mapping: t3tsref: - http://docs.typo3.org/typo3cms/TyposcriptReference/ diff --git a/ext_emconf.php b/ext_emconf.php index 241f03eba..ce7c858d4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'uploadfolder' => TRUE, 'createDirs' => '', 'clearCacheOnLoad' => FALSE, - 'version' => '2.3.0', + 'version' => '2.3.1', 'constraints' => array ( 'depends' => array ( 'php' => '7.0.0-', diff --git a/plugins/listview/class.tx_dlf_listview.php b/plugins/listview/class.tx_dlf_listview.php index b6b1cd158..b38ea5876 100644 --- a/plugins/listview/class.tx_dlf_listview.php +++ b/plugins/listview/class.tx_dlf_listview.php @@ -365,7 +365,7 @@ protected function getSortingForm() { if ($piVar != 'order' && $piVar != 'DATA' && !empty($value)) { - $sorting .= ''; + $sorting .= ''; } diff --git a/plugins/navigation/class.tx_dlf_navigation.php b/plugins/navigation/class.tx_dlf_navigation.php index 49f5069ed..408667408 100644 --- a/plugins/navigation/class.tx_dlf_navigation.php +++ b/plugins/navigation/class.tx_dlf_navigation.php @@ -75,7 +75,7 @@ protected function getPageSelector() { if ($piVar != 'page' && $piVars != 'DATA' && !empty($value)) { - $output .= ''; + $output .= ''; }