Skip to content

Commit

Permalink
MDL-63925 privacy: Fixed Moodle URL in template
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhawkins committed Nov 8, 2018
1 parent 08c51ff commit e49b73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions privacy/templates/htmlpage.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</head>
<body>
<nav class="navbar navbar-light bg-light border-bottom">
<a class="navbar-brand" href="https://www.moodle.org" title="Moodle">
<a class="navbar-brand" href="https://moodle.org" title="Moodle">
<img class="moodle-logo" src="pix/moodlelogo.svg" alt="Moodle logo" />
</a>
<span class="navbar-brand">{{#str}}broughtbymoodle, core_privacy{{/str}}</span>
Expand Down Expand Up @@ -107,4 +107,4 @@
</footer>
</div>
</body>
</html>
</html>

0 comments on commit e49b73e

Please sign in to comment.