Commit ce4ca488 by Muhammad Usman

remove typo

parent d955f49d
Pipeline #340 passed with stage
in 0 seconds
......@@ -31,7 +31,7 @@ while($courses1->have_posts()) {
$crsList[] = get_the_title();
}
echo "<script> crsList = " . json_encode($crsList) . " </script>>";
echo "<script> crsList = " . json_encode($crsList) . " </script>";
$page = get_page_by_path('lms-courses');
......
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