Left: | ||
Right: |
OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 - This file is part of Adblock Plus <http://adblockplus.org/>, | 3 - This file is part of Adblock Plus <http://adblockplus.org/>, |
4 - Copyright (C) 2006-2013 Eyeo GmbH | 4 - Copyright (C) 2006-2013 Eyeo GmbH |
5 - | 5 - |
6 - Adblock Plus is free software: you can redistribute it and/or modify | 6 - Adblock Plus is free software: you can redistribute it and/or modify |
7 - it under the terms of the GNU General Public License version 3 as | 7 - it under the terms of the GNU General Public License version 3 as |
8 - published by the Free Software Foundation. | 8 - published by the Free Software Foundation. |
9 - | 9 - |
10 - Adblock Plus is distributed in the hope that it will be useful, | 10 - Adblock Plus is distributed in the hope that it will be useful, |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
83 <div class="i18n_firstRun_toggle_off toggle-off"></div> | 83 <div class="i18n_firstRun_toggle_off toggle-off"></div> |
84 </div> | 84 </div> |
85 </div> | 85 </div> |
86 </li> | 86 </li> |
87 </ul> | 87 </ul> |
88 | 88 |
89 <footer id="social"> | 89 <footer id="social"> |
90 <h1 class="i18n_firstRun_share"></h1> | 90 <h1 class="i18n_firstRun_share"></h1> |
91 <ul> | 91 <ul> |
92 <li> | 92 <li> |
93 <a id="share-facebook" class="share-button" href="https://www.facebo ok.com/adblockplus" target="_blank" title="Share on Facebook"></a> | 93 <a id="share-facebook" class="share-button" href="https://www.facebo ok.com/adblockplus" target="_blank" title="Share on Facebook" _script="https://f acebook.com/plugins/like.php?"></a> |
Thomas Greiner
2013/07/08 13:46:47
_script is not a standard attribute for anchor tag
| |
94 </li> | 94 </li> |
95 <li> | 95 <li> |
96 <a id="share-twitter" class="share-button" href="https://twitter.com /adblockplus" target="_blank" title="Share on Twitter"></a> | 96 <a id="share-twitter" class="share-button" href="https://twitter.com /adblockplus" target="_blank" title="Share on Twitter" _script="https://platform .twitter.com/widgets.js"></a> |
Thomas Greiner
2013/07/08 13:46:47
_script is not a standard attribute for anchor tag
| |
97 </li> | 97 </li> |
98 <li> | 98 <li> |
99 <a id="share-gplus" class="share-button" href="https://www.google.co m/+AdblockPlus" target="_blank" title="Share on Google+"></a> | 99 <a id="share-gplus" class="share-button" href="https://www.google.co m/+AdblockPlus" target="_blank" title="Share on Google+" _script="https://apis.g oogle.com/js/plusone.js"></a> |
Thomas Greiner
2013/07/08 13:46:47
_script is not a standard attribute for anchor tag
| |
100 </li> | 100 </li> |
101 </ul> | 101 </ul> |
102 </footer> | 102 </footer> |
103 </div> | 103 </div> |
104 | 104 |
105 <div id="glass-pane"> | 105 <div id="glass-pane"> |
106 <iframe id="share-popup" scrolling="no"></iframe> | 106 <iframe id="share-popup" scrolling="no"></iframe> |
107 </div> | 107 </div> |
108 </body> | 108 </body> |
109 </html> | 109 </html> |
OLD | NEW |