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

Commit c329b4d0 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

design fixes

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