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

Commit 773b2955 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

alignment fix

parent e8346b85
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ EOF;
			$htmlText = '<span style="color:#777;font-weight:bold;">' . $metaInfo . ' </span>  '. $htmlText;
		}
		if ($icon !== '') {
			$icon = '<img style="padding-top: 4px;" src="' . htmlspecialchars($icon) . '" alt="&bull;">';
			$icon = '<img style="padding-top: 3px;" src="' . htmlspecialchars($icon) . '" alt="&bull;">';
		} else {
			$icon = '&bull;';
		}