File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ function build_table_tooltip($array, $headerWeight = 2) {
229229 if (IS_SHOW_EVIDENCE_TODO || $ evidenceContent != "TODO " )
230230 $ html .= "<div><b> " . "Evidence " . ":</b> " . $ evidenceContent . "</div> " ;
231231 $ html .= "<hr /> " ;
232- $ html .= "<h $ headerWeight>Usefullness and Ease of the Implementation </h $ headerWeight> " ;
232+ $ html .= "<h $ headerWeight>Usefulness and Requirements of this Activitiy " </h$ headerWeight >";
233233 $ html .= " <div><b>Usefullness:</b> " . ucfirst( $ mapUsefulness [$ array ['usefulness'] - 1]) . "</div>";
234234 $html .= "<div><b>Required knowledge:</b> " . ucfirst($mapKnowLedge[$array[ ' difficultyOfImplementation']['knowledge ' ] - 1 ]) . "</div> " ;
235235 $ html .= "<div><b>Required time:</b> " . ucfirst ($ mapTime [$ array ['difficultyOfImplementation ' ]['time ' ] - 1 ]) . "</div> " ;
You can’t perform that action at this time.
0 commit comments