From 55064eec91ae74d42525c6180f1f6c0d99eb802b Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Thu, 6 Sep 2012 13:49:45 -0400 Subject: [PATCH] WEBSITE-681 fix url in creativecommons.org --- themes/mongodb/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mongodb/layout.html b/themes/mongodb/layout.html index 821aeed98a8..96c7fdbc7ae 100644 --- a/themes/mongodb/layout.html +++ b/themes/mongodb/layout.html @@ -275,7 +275,7 @@ {%- if hasdoc('copyright') %} {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }} {% endtrans %} {%- else %} - {% trans copyright=copyright|e %}© Copyright {{ copyright }} {% endtrans %} Licensed under Creative Commons. + {% trans copyright=copyright|e %}© Copyright {{ copyright }} {% endtrans %} Licensed under Creative Commons. {%- endif %} {%- endif %}