File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments