Fixing style errors.
This commit is contained in:
parent
5e67e11eb3
commit
006fbb1858
@ -2945,7 +2945,8 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action))
|
|||||||
* @param Translate $langs the $langs variable
|
* @param Translate $langs the $langs variable
|
||||||
* @return string the string to print for the button
|
* @return string the string to print for the button
|
||||||
*/
|
*/
|
||||||
function showValueWithCopyAndPasteButton($valuetoprint,$spanid,$langs){
|
function showValueWithCopyAndPasteButton($valuetoprint, $spanid, $langs)
|
||||||
|
{
|
||||||
$stringtoprint= '<span id="'.$spanid.'">';
|
$stringtoprint= '<span id="'.$spanid.'">';
|
||||||
$stringtoprint.= $valuetoprint .'</span> ';
|
$stringtoprint.= $valuetoprint .'</span> ';
|
||||||
$stringtoprint.= '</span>';
|
$stringtoprint.= '</span>';
|
||||||
@ -2978,4 +2979,3 @@ function showValueWithCopyAndPasteButton($valuetoprint,$spanid,$langs){
|
|||||||
// End of page
|
// End of page
|
||||||
llxFooter();
|
llxFooter();
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user