Commit: 35ca0df1700185d6c97a646abc2320b517099b6c Author: Hannes Magnusson <[email protected]> Thu, 26 Dec 2013 20:52:37 -0800 Parents: 443c211863f187fcfc841f381e6cc3770cf322b8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=35ca0df1700185d6c97a646abc2320b517099b6c Log: Sync with frontpage news Changed paths: M ug.php Diff: diff --git a/ug.php b/ug.php index 0b812e5..32fe2dc 100644 --- a/ug.php +++ b/ug.php @@ -71,8 +71,8 @@ foreach($groupped as $country => $events) { $link = $event["url"]; $date = format_event_date($event["sdato"], $event["edato"], $event["recur"]); $entry .= '<div class="newsentry">'; - $entry .= '<h3 class="newstitle"><a href="'. $link .'">' . $event["sdesc"]; $entry .= "<div class='newstime'>$date</div>"; + $entry .= '<h3 class="newstitle"><a href="'. $link .'">' . $event["sdesc"]; $entry .= '</a>'.'</h3>'; $entry .= '<div class="newscontent">'; $entry .= nl2br($event["ldesc"]); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
