diff --git a/PatchViewer.php b/PatchViewer.php index 58b3c86..7074dd0 100644 --- a/PatchViewer.php +++ b/PatchViewer.php @@ -37,7 +37,9 @@ $db->sort();
Providing you the latest update notifications.
| Vendor | Product | Branch | Version | -Release Date* | +Release Date* | |||
|---|---|---|---|---|---|---|---|---|
| ' . htmlspecialchars($patch->getVendor()) . ' | '; - echo '' . htmlspecialchars($patch->getProduct()) . ' | '; - echo '' . htmlspecialchars($patch->getBranch()) . ' | '; - echo '' . htmlspecialchars($patch->getVersion()) . ' | '; + echo '' . htmlentities($patch->getVendor()) . ' | '; + echo '' . htmlentities($patch->getProduct()) . ' | '; + echo '' . htmlentities($patch->getBranch()) . ' | '; + echo '' . htmlentities($patch->getVersion()) . ' | '; echo '' . date('Y-m-d', $patch->getTimestamp()) . ' | '; echo '