small output bugfixes
This commit is contained in:
parent
d9926d1fbd
commit
0c2d3b550e
|
@ -281,7 +281,7 @@ EOT;
|
|||
$outstr = '<ul>';
|
||||
foreach ( $services as $service ) {
|
||||
$outstr .= sprintf(
|
||||
'<li>%s ( %s ): <a href="%s">%s</a></li>',
|
||||
'<li>%s (%s): <a href="%s">%s</a></li>',
|
||||
$service['serviceName'], $service['serviceDescription'],
|
||||
$service['internalUri'], $service['internalUri']
|
||||
);
|
||||
|
@ -328,7 +328,7 @@ EOT;
|
|||
);
|
||||
}
|
||||
$outstr .= sprintf(
|
||||
'Follow us: <a href=\"%s\">%s</a><br />',
|
||||
'Twitter: <a href=\"%s\">%s</a><br />',
|
||||
$twitter_url, $twitter_handle
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue