@@ -298,7 +298,7 @@ discard block |
||
298 | 298 | } else { |
299 | 299 | $title = $langs->trans("BrowseBlockedLog"); |
300 | 300 | } |
301 | -$help_url="EN:Module_Unalterable_Archives_-_Logs|FR:Module_Archives_-_Logs_Inaltérable"; |
|
301 | +$help_url = "EN:Module_Unalterable_Archives_-_Logs|FR:Module_Archives_-_Logs_Inaltérable"; |
|
302 | 302 | |
303 | 303 | llxHeader('', $title, $help_url); |
304 | 304 | |
@@ -585,7 +585,7 @@ discard block |
||
585 | 585 | |
586 | 586 | // Link to source object |
587 | 587 | print '<td class="tdoverflowmax150"'.(preg_match('/<a/', $object_link) ? '' : 'title="'.dol_escape_htmltag(dol_string_nohtmltag($object_link.' - '.$object_link_title)).'"').'>'; |
588 | - print '<!-- object_link -->'; // $object_link can be a '<a href' link or a text |
|
588 | + print '<!-- object_link -->'; // $object_link can be a '<a href' link or a text |
|
589 | 589 | print $object_link; |
590 | 590 | print '</td>'; |
591 | 591 |