We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78a1c7 commit 40db0afCopy full SHA for 40db0af
1 file changed
generate/contributions.php
@@ -98,7 +98,7 @@ function anchorSafe($input){
98
foreach($libs as $lib) {
99
$librariesHTML .= "\t\t<tr><td style="width:34%">\n";
100
$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";
+ $librariesHTML .= "\t\t\t".'<span>by '.linkParse($lib['authorList']).'</span></td><td style='width:66%'>'."\n";
102
$librariesHTML .= strlen(trim($lib['sentence'])) ? "\t\t\t".'<p>'.linkParse($lib['sentence']).'</p>'."\n" : "\n";
103
$librariesHTML .= "\t\t</td></tr>\n";
104
}
0 commit comments