From a742b881fedb951aee6c03d97d22fd211477a53d Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 30 Nov 2025 11:06:13 +0100 Subject: [PATCH] Cosmetic: for predefined operation add padding --- include/class/pre_operation.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/class/pre_operation.class.php b/include/class/pre_operation.class.php index 1b542736f..c49d1c1e6 100644 --- a/include/class/pre_operation.class.php +++ b/include/class/pre_operation.class.php @@ -334,6 +334,7 @@ class Pre_operation if ( $this->p_jrn=='') $value=array(); $r=""; + $r.='
'; if (count($value)==0) { $r.=_("Vous n'avez encore sauvé aucun modèle"); return $r; @@ -350,6 +351,7 @@ class Pre_operation $r.=''; } $r.=''; + $r.='
'; return $r; } public function get_operation()