Skip to content

Commit 40db0af

Browse files
committed
Experiment with Library page layout
1 parent c78a1c7 commit 40db0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/contributions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function anchorSafe($input){
9898
foreach($libs as $lib) {
9999
$librariesHTML .= "\t\t<tr><td style="width:34%">\n";
100100
$librariesHTML .= "\t\t\t".'<h5><a href="'.$lib['url'].'">'.$lib['name'].'</a></h5>'."\n";
101-
$librariesHTML .= "\t\t\t".'<span>by '.linkParse($lib['authorList']).'</span></td><td style="width:66%">'."\n";
101+
$librariesHTML .= "\t\t\t".'<span>by '.linkParse($lib['authorList']).'</span></td><td style='width:66%'>'."\n";
102102
$librariesHTML .= strlen(trim($lib['sentence'])) ? "\t\t\t".'<p>'.linkParse($lib['sentence']).'</p>'."\n" : "\n";
103103
$librariesHTML .= "\t\t</td></tr>\n";
104104
}

0 commit comments

Comments
 (0)