1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Remove style

This commit is contained in:
Gábor
2017-02-21 07:09:58 +01:00
committed by GitHub
parent fffba72c9f
commit 3d00072bb9

View File

@@ -1383,7 +1383,7 @@ class lancheck
$editUrl = e_REQUEST_SELF."?".http_build_query($parms,'&');
$text .="<td class='center' style='width:5%'>
<a href='".$editUrl."' data-modal-caption='".$subpath."' class='e-modal btn btn-primary' type='button' style='width:auto'>".LAN_EDIT."</a>";
<a href='".$editUrl."' data-modal-caption='".$subpath."' class='e-modal btn btn-primary' type='button'>".LAN_EDIT."</a>";
$text .="</td></tr>";
}