Skip to content

Commit e4fb47a

Browse files
committed
Removed sentences from legacy libraries/tools
1 parent 6cdaffd commit e4fb47a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

generate/contributions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ function anchorSafe($input){
113113
$librariesHTML .= "\t\t<li>\n";
114114
$librariesHTML .= "\t\t\t".'<h5><a href="'.$lib['url'].'">'.$lib['name'].'</a></h5>'."\n";
115115
$librariesHTML .= "\t\t\t".'<span>by '.linkParse($lib['authorList']).'</span>'."\n";
116-
$librariesHTML .= strlen(trim($lib['sentence'])) ? "\t\t\t".'<p>'.linkParse($lib['sentence']).'</p>'."\n" : "\n";
117116
$librariesHTML .= "\t\t</li>\n";
118117
}
119118
$librariesHTML .= "</ul></div></div>";
@@ -147,7 +146,6 @@ function anchorSafe($input){
147146
$legacy .= "\t<li>\n";
148147
$legacy .= "\t\t".'<h5><a href="'.$tool['url'].'">'.$tool['name'].'</a></h5>'."\n";
149148
$legacy .= "\t\t".'<span>by '.linkParse($tool['authorList']).'</span>'."\n";
150-
$legacy .= strlen(trim($tool['sentence'])) ? "\t\t".'<p>'.linkParse($tool['sentence']).'</p>'."\n" : "\n";
151149
$legacy .= "\t</li>\n";
152150
}
153151
}

0 commit comments

Comments
 (0)