We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5ce8d commit 55064eeCopy full SHA for 55064ee
themes/mongodb/layout.html
@@ -275,7 +275,7 @@
275
{%- if hasdoc('copyright') %}
276
{% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }} {% endtrans %}
277
{%- else %}
278
- {% trans copyright=copyright|e %}© Copyright {{ copyright }} {% endtrans %} Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/%20">Creative Commons</a>.
+ {% trans copyright=copyright|e %}© Copyright {{ copyright }} {% endtrans %} Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons</a>.
279
{%- endif %}
280
281
0 commit comments