| Index: sitescripts/extensions/template/nightlies.html | 
| diff --git a/sitescripts/extensions/template/nightlies.html b/sitescripts/extensions/template/nightlies.html | 
| index 66a71bd7fbad7e6f2d5eab5e74930f3f98b444e7..6d39e85941fae39545ec2c91b40f8bf341743b12 100644 | 
| --- a/sitescripts/extensions/template/nightlies.html | 
| +++ b/sitescripts/extensions/template/nightlies.html | 
| @@ -28,7 +28,7 @@ | 
|  | 
| {%if config.galleryID or config.downloadPage -%} | 
| Latest <em>stable {{config.name}} release</em> can be downloaded from | 
| -  {% if config.type in ['gecko', 'gecko-webext'] and config.galleryID -%} | 
| +  {% if config.type == 'gecko' and config.galleryID -%} | 
| <a href="https://addons.mozilla.org/addon/{{config.galleryID}}/">Mozilla Add-ons</a> | 
| {%- elif config.type == 'chrome' and config.galleryID -%} | 
| <a href="https://chrome.google.com/webstore/detail/{{config.galleryID}}">Chrome Web Store</a> | 
|  |