use request.scheme for the flattr js too
This commit is contained in:
parent
bc04b4d9be
commit
5931919ef3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ License along with this program. If not, see
|
||||||
var flattr_url = '${request.scheme}://portfolio.debian.net/';
|
var flattr_url = '${request.scheme}://portfolio.debian.net/';
|
||||||
var flattr_btn='compact';
|
var flattr_btn='compact';
|
||||||
</script>
|
</script>
|
||||||
<script src="http://api.flattr.com/button/load.js" type="text/javascript"></script></p>
|
<script src="${request.scheme}://api.flattr.com/button/load.js" type="text/javascript"></script></p>
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
${self.body()}
|
${self.body()}
|
||||||
|
|
Loading…
Reference in a new issue