MDL-63925 privacy: Fixed Moodle URL in template

This commit is contained in:
Michael Hawkins 2018-11-08 15:36:40 +08:00
parent 08c51ff080
commit e49b73e35e

View File

@ -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>
@ -107,4 +107,4 @@
</footer>
</div>
</body>
</html>
</html>