Commit: 27dc18ef18e4f3ebadc4f7d977435fb1ee08b178 Author: Levi Morrison <[email protected]> Fri, 20 Sep 2013 14:28:22 -0600 Parents: 59a721e4f2ca16b003bf7ac93936a3270f725e77 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=27dc18ef18e4f3ebadc4f7d977435fb1ee08b178 Log: Cleaned up some HTML validation problems. Changed paths: M View/HomepageNewsView.php Diff: diff --git a/View/HomepageNewsView.php b/View/HomepageNewsView.php index 0d982ca..1390814 100644 --- a/View/HomepageNewsView.php +++ b/View/HomepageNewsView.php @@ -53,9 +53,9 @@ class HomepageNewsView { } echo "<div class='newsItem hentry{$event}'> <div class='newsImage'>{$image}</div> - <h2 class='summary entry-title' id='$id'><a name='{$id}' href='{$permanentLink}' rel='bookmark' class='bookmark'>{$title}</a></h2> + <h2 class='summary entry-title' id='$id'><a href='{$permanentLink}' rel='bookmark' class='bookmark'>{$title}</a></h2> <div class='entry-content description'> - <abbr class='published newsdate' title='{$publishedDate}''>{$newsDate}</abbr> + <abbr class='published newsdate' title='{$publishedDate}'>{$newsDate}</abbr> {$content} </div> </div>"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
