Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Component/s: moodle.org
-
Labels:None
-
URL:
Description
The "Moodle Community" section on the front page of moodle.org has a bad link to the Using Moodle course.
The code in the section is written as:
<a title="Click here to visit <a href=" http://moodle.org/course/view.php?id="5"">Using Moodle</a>" href="/course/view.php?id=5">
and is displaying:
Using Moodle" href="/course/view.php?id=5">
I think it should be:
<a title="Click here to visit" href=" http://moodle.org/course/view.php?id=5">Using Moodle</a>
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Thanks for the report! I just saw that too.