From 56e178d4cb5e85090e8a81b6aa93e8fd91c3ef75 Mon Sep 17 00:00:00 2001 From: Dany wm De Bontridder Date: Sun, 8 Nov 2020 22:10:03 +0100 Subject: [PATCH] Cosmetic : use H2 --- include/impress_gl_comptes.inc.php | 2 +- include/impress_poste.inc.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/impress_gl_comptes.inc.php b/include/impress_gl_comptes.inc.php index 3da5d89b3..216322767 100644 --- a/include/impress_gl_comptes.inc.php +++ b/include/impress_gl_comptes.inc.php @@ -172,7 +172,7 @@ if ( isset( $_REQUEST['bt_html'] ) ) echo ' -

'. $poste_id['pcm_val'].' '.h($Poste->label).'

+

'. $poste_id['pcm_val'].' '.h($Poste->label).'

'; diff --git a/include/impress_poste.inc.php b/include/impress_poste.inc.php index 3b9555bae..c862300fb 100644 --- a/include/impress_poste.inc.php +++ b/include/impress_poste.inc.php @@ -173,7 +173,7 @@ if ( isset( $_REQUEST['bt_html'] ) ) $result=$Poste->HtmlTable(null,$_GET['ople']); $table=ob_get_clean(); if ( $result == 0) { - echo '

'.$Poste->id." ".h($Poste->label).'

'; + echo '

'.$Poste->id." ".h($Poste->label).'

'; echo $table; } echo ''; @@ -219,7 +219,7 @@ if ( isset( $_REQUEST['bt_html'] ) ) if ( ! isset($_REQUEST['oper_detail']) ) { echo '
'; - echo '

' . + echo '

' . '(' . $fiche->id . ')' . $fiche->getName() . ' ' . ' [ ' . $fiche->get_quick_code() . ' ] ' . @@ -233,7 +233,7 @@ if ( isset( $_REQUEST['bt_html'] ) ) { // Detail // echo '
'; - echo '

' . + echo '

' . '(' . $fiche->id . ')' . $fiche->getName() . ' ' . ' [ ' . $fiche->get_quick_code() . ' ] ' . @@ -269,7 +269,7 @@ if ( isset( $_REQUEST['bt_html'] ) ) $result=$Poste->HtmlTable(null,$_GET['ople']); $table=ob_get_clean(); if ( $result == 0) { - echo '

'.$Poste->id." ".h($Poste->label).'

'; + echo '

'.$Poste->id." ".h($Poste->label).'

'; echo $table; }