diff --git a/ticket.php b/ticket.php index 0f06534c..4876b8a4 100644 --- a/ticket.php +++ b/ticket.php @@ -704,7 +704,7 @@ function hesk_getCustomerButtons($white=1) $style = 'class="option'.$tmp.'OFF" onmouseover="this.className=\'option'.$tmp.'ON\'" onmouseout="this.className=\'option'.$tmp.'OFF\'"'; /* Print ticket button */ - $options .= ' '.$hesklang['printer_friendly'].' '; + $options .= ' '.$hesklang['printer_friendly'].' '; /* Return generated HTML */ return $options;