diff --git a/PatchViewer.php b/PatchViewer.php index 58b3c86..7074dd0 100644 --- a/PatchViewer.php +++ b/PatchViewer.php @@ -37,7 +37,9 @@ $db->sort(); PatchBot @@ -47,14 +49,14 @@ $db->sort();

Patch Notification Robot

Donate

Subscribe Follow me Fork me Providing you the latest update notifications.

- +
- + @@ -63,10 +65,10 @@ $db->sort(); for ($i = 0; $i < $db->count(); $i++) { $patch = $db->get($i); echo ' '; - echo ''; - echo ''; - echo ''; - echo ''; + echo ''; + echo ''; + echo ''; + echo ''; echo ''; echo '' . PHP_EOL; }
Vendor Product Branch VersionRelease Date*Release Date*
' . htmlspecialchars($patch->getVendor()) . '' . htmlspecialchars($patch->getProduct()) . '' . htmlspecialchars($patch->getBranch()) . '' . htmlspecialchars($patch->getVersion()) . '' . htmlentities($patch->getVendor()) . '' . htmlentities($patch->getProduct()) . '' . htmlentities($patch->getBranch()) . '' . htmlentities($patch->getVersion()) . '' . date('Y-m-d', $patch->getTimestamp()) . '