Commit f3609cf1 authored by Lückemeyer's avatar Lückemeyer
Browse files

fixed view line number issue

parent c2c2729e
Pipeline #8851 passed with stage
No preview for this file type
......@@ -88,7 +88,7 @@ $string["comp12"] = $string["comp_proc_sign"];
$string["comp13"] = $string["comp_library"];
$string["comp14"] = $string["comp_ext_api"];
$string["comp15"] = $string["comp_simple"];
$string["comp16"] = $stirng["comp_abstraction"];
$string["comp16"] = $string["comp_abstraction"];
// Competency explanations.
$string["comp_statement_expl"] = "formulate a syntactically correct statement that contributes to the solution of the given problem.";
......
......@@ -336,7 +336,7 @@ class ViewSubmissionUtils {
$tmp = "";
$tmp .= html_writer::tag(
"td",
get_string("line_no", self::COMPONENT_NAME)"line number",
get_string("line_no", self::COMPONENT_NAME),
$attributes);
$tmp .= html_writer::tag(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment