| OLD | NEW | 
|   1 title=Adblock Plus has been uninstalled |   1 title=Adblock Plus has been uninstalled | 
|   2 template=simple |   2 template=minimal | 
|   3  |   3  | 
|   4 <head> |   4 <head> | 
|   5   <meta name="robots" content="noindex" /> |   5   <meta name="robots" content="noindex" /> | 
 |   6   <link rel="stylesheet" href="/css/uninstalled.css" type="text/css" media="all"
    > | 
|   6 </head> |   7 </head> | 
|   7  |   8  | 
|   8 <p class="notification"> |   9 <div class="container content"> | 
|   9   <strong> |  10   <h1>{{ heading[Heading text] Data submitted successfully }}</h1> | 
|  10     {{ reinstall-headline[Text next to the Reinstallation button] Did you uninst
    all Adblock Plus by accident? }} |  11   <p>{{ thank-you[Thank you message below heading] Thank you for your participat
    ion }}</p> | 
|  11   </strong> |  12 </div> | 
|  12   <a href="index"> |  | 
|  13     {{ reinstall[Reinstall button text] Reinstall Now }} |  | 
|  14   </a> |  | 
|  15 </p> |  | 
|  16  |  13  | 
|  17 <section markdown="1" class="highlighted"> |  14 <aside id="reinstall" class="bg-accent" > | 
|  18 #{{heading[Heading text] Data submitted successfully}} |  15   <div class="container content"> | 
|  19  |  16     <p class="lead"> | 
|  20 {{thank-you[Thank you message below heading] Thank you for your participation}} |  17     {{ reinstall-headline[Text next to the Reinstallation button] Did you uninst
    all Adblock Plus by accident?" }} | 
|  21 {: .subheader } |  18     <a href="index" class="button"> | 
|  22 </section> |  19       {{ reinstall[Reinstall button text] Reinstall Now }} | 
 |  20     </a> | 
 |  21   </div> | 
 |  22 </aside> | 
| OLD | NEW |