Commit: bd619bfc7596b74e19f7bf63404120da8e630776 Author: Hannes Magnusson <[email protected]> Thu, 26 Dec 2013 20:52:37 -0800 Parents: 6cf22e606992346ddbe7706676cce7cb9fad7427 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bd619bfc7596b74e19f7bf63404120da8e630776 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
