| Index: includes/reinstall.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/includes/reinstall.tmpl | 
| @@ -0,0 +1,7 @@ | 
| +<aside id="reinstall" class="bg-accent" > | 
| 
 
ire
2017/12/18 08:43:07
NIT: Extra space before closing ">"
 
juliandoucette
2017/12/18 12:58:11
Acknowledged.
 
 | 
| + <div class="container content"> | 
| + <p class="lead"> | 
| + {{ "Did you uninstall Adblock Plus by accident?" | translate("reinstall-headline", "Text next to the Reinstallation button") }} | 
| + {{ "index" | linkify(class="button inverse") }}{{ "Reinstall Now" | translate("reinstall", "Reinstall button text") }}</a> | 
| 
 
ire
2017/12/18 08:43:07
There's no closing tag for the <p> here 
(but for
 
juliandoucette
2017/12/18 12:58:11
Nope (check the source in your browser). Closing t
 
ire
2017/12/20 08:12:57
Cool, TIL!
 
 | 
| + </div> | 
| +</aside> |