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

fixed view line number issue

1 merge request!1Coding style and recommendations
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -88,7 +88,7 @@ $string["comp12"] = $string["comp_proc_sign"]; ...@@ -88,7 +88,7 @@ $string["comp12"] = $string["comp_proc_sign"];
$string["comp13"] = $string["comp_library"]; $string["comp13"] = $string["comp_library"];
$string["comp14"] = $string["comp_ext_api"]; $string["comp14"] = $string["comp_ext_api"];
$string["comp15"] = $string["comp_simple"]; $string["comp15"] = $string["comp_simple"];
$string["comp16"] = $stirng["comp_abstraction"]; $string["comp16"] = $string["comp_abstraction"];
// Competency explanations. // Competency explanations.
$string["comp_statement_expl"] = "formulate a syntactically correct statement that contributes to the solution of the given problem."; $string["comp_statement_expl"] = "formulate a syntactically correct statement that contributes to the solution of the given problem.";
......
...@@ -336,7 +336,7 @@ class ViewSubmissionUtils { ...@@ -336,7 +336,7 @@ class ViewSubmissionUtils {
$tmp = ""; $tmp = "";
$tmp .= html_writer::tag( $tmp .= html_writer::tag(
"td", "td",
get_string("line_no", self::COMPONENT_NAME)"line number", get_string("line_no", self::COMPONENT_NAME),
$attributes); $attributes);
$tmp .= html_writer::tag( $tmp .= html_writer::tag(
......
Supports Markdown
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