Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c06680d authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

padding fix

parent ddfd2728
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ EOF;
    }
    if ($icon !== "") {
      $icon =
        '<span style="display:block;width:16px;"><img style="padding-top: 3px;" src="' .
        '<span style="display:block;width:16px;padding-bottom:25px;"><img style="padding-top: 3px;" src="' .
        htmlspecialchars($icon) .
        '" alt="&bull;"></span>';
    } else {
@@ -297,9 +297,9 @@ EOF;
    }
    if ($icon !== "") {
      $icon =
        '<img style="padding-top: 3px;" src="' .
        '<span style="display:block;width:16px;padding-bottom:25px;"><img style="padding-top: 3px;" src="' .
        htmlspecialchars($icon) .
        '" alt="&bull;">';
        '" alt="&bull;"></span>';
    } else {
      $icon = "&bull;";
    }