FIX Accountancy - Journal - HTML in title

This commit is contained in:
Alexandre SPANGARO 2022-11-08 03:40:38 +01:00
parent f371bf96db
commit 9d1793b454
5 changed files with 5 additions and 5 deletions

View File

@ -1034,7 +1034,7 @@ if (empty($action) || $action == 'view') {
$title = $langs->trans("GenerationOfAccountingEntries").' - '.$accountingjournalstatic->getNomUrl(0, 2, 1, '', 1);
llxHeader('', $title);
llxHeader('', dol_string_nohtmltag($title));
$nom = $title;
$builddate = dol_now();

View File

@ -498,7 +498,7 @@ if ($action == 'exportcsv') { // ISO and not UTF8 !
if (empty($action) || $action == 'view') {
$title = $langs->trans("GenerationOfAccountingEntries").' - '.$accountingjournalstatic->getNomUrl(0, 2, 1, '', 1);
llxHeader('', $title);
llxHeader('', dol_string_nohtmltag($title));
$nom = $title;
$nomlink = '';

View File

@ -758,7 +758,7 @@ if ($action == 'exportcsv') { // ISO and not UTF8 !
if (empty($action) || $action == 'view') {
$title = $langs->trans("GenerationOfAccountingEntries").' - '.$accountingjournalstatic->getNomUrl(0, 2, 1, '', 1);
llxHeader('', $title);
llxHeader('', dol_string_nohtmltag($title));
$nom = $title;
$nomlink = '';

View File

@ -701,7 +701,7 @@ if ($action == 'exportcsv') { // ISO and not UTF8 !
if (empty($action) || $action == 'view') {
$title = $langs->trans("GenerationOfAccountingEntries").' - '.$accountingjournalstatic->getNomUrl(0, 2, 1, '', 1);
llxHeader('', $title);
llxHeader('', dol_string_nohtmltag($title));
$nom = $title;
$nomlink = '';

View File

@ -187,7 +187,7 @@ if ($object->nature == 2) {
$title = $langs->trans("GenerationOfAccountingEntries") . ' - ' . $object->getNomUrl(0, 2, 1, '', 1);
llxHeader('', $title);
llxHeader('', dol_string_nohtmltag($title));
$nom = $title;
$nomlink = '';