diff --git a/PatchViewer.php b/PatchViewer.php index e53c3ab..2a01826 100755 --- a/PatchViewer.php +++ b/PatchViewer.php @@ -51,8 +51,8 @@ $db->sort();
Subscribe Follow me Fork me Providing you the latest update notifications.
+ +Subscribe Follow me Fork me Providing you the latest update notifications.
| ' . htmlentities($patch->getVendor()) . ' | '; - echo '' . htmlentities($patch->getProduct()) . ' | '; + echo '' . htmlentities($patch->getProduct()) . ' | '; echo '' . htmlentities($patch->getBranch()) . ' | '; echo '' . htmlentities($patch->getVersion()) . ' | '; echo '' . date('Y-m-d', $patch->getTimestamp()) . ' | ';