Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: html/templates/index.html

Issue 29329035: Issue 2975 - add spaces after colons on the settings page. (Closed)
Patch Set: Created Oct. 12, 2015, 10:07 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- saved from url=(0014)about:internet --> 2 <!-- saved from url=(0014)about:internet -->
3 <html lang="en"> 3 <html lang="en">
4 <head> 4 <head>
5 <title>Adblock Plus Options</title> 5 <title>Adblock Plus Options</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1"/> 6 <meta name="viewport" content="width=device-width, initial-scale=1"/>
7 <link rel="stylesheet" href="../static/css/settings.css"/> 7 <link rel="stylesheet" href="../static/css/settings.css"/>
8 8
9 <!--[if lt IE 7]> 9 <!--[if lt IE 7]>
10 <script src="../static/js/vendor/DD_belatedPNG.js"></script> 10 <script src="../static/js/vendor/DD_belatedPNG.js"></script>
(...skipping 12 matching lines...) Expand all
23 <header> 23 <header>
24 <div id="logo"></div> 24 <div id="logo"></div>
25 <h1 id="title">Adblock Plus Options</h1> 25 <h1 id="title">Adblock Plus Options</h1>
26 </header> 26 </header>
27 27
28 <ul id="features"> 28 <ul id="features">
29 <li class="feature"> 29 <li class="feature">
30 <div id="feature-language" class="feature-image"></div> 30 <div id="feature-language" class="feature-image"></div>
31 <div class="feature-description"> 31 <div class="feature-description">
32 <p class="feature-text"> 32 <p class="feature-text">
33 <span id="localeLanguageLabel" class="feature-title">Language:</sp an><span class="feature-title"> </span><span id="localeLanguageDescription" clas s="feature-title">Select your language to get the most out of Adblock Plus so th at it can get rid of all ads on the websites you visit.</span> 33 <span id="localeLanguageLabel" class="feature-title">Language:</sp an><span id="localeLanguageDescription" class="feature-title">Select your langua ge to get the most out of Adblock Plus so that it can get rid of all ads on the websites you visit.</span>
Eric 2015/10/13 17:08:10 It seems you have source and target versions swapp
Oleksandr 2015/10/15 11:04:06 I think using &nbsp; instead of a space would be b
sergei 2015/10/15 11:15:52 Done.
34 </p> 34 </p>
35 <p> 35 <p>
36 <select id="language"></select> 36 <select id="language"></select>
37 </p> 37 </p>
38 <p> 38 <p>
39 <input type="checkbox" id="acceptableAdsCheckbox"/><label id="accept ableAdsLabel" for="acceptableAdsCheckbox">Enable some non-intrusive advertising< /label> 39 <input type="checkbox" id="acceptableAdsCheckbox"/><label id="accept ableAdsLabel" for="acceptableAdsCheckbox">Enable some non-intrusive advertising< /label>
40 </p> 40 </p>
41 </div> 41 </div>
42 </li> 42 </li>
43 <li class="feature"> 43 <li class="feature">
44 <div id="feature-exceptions" class="feature-image"></div> 44 <div id="feature-exceptions" class="feature-image"></div>
45 <div class="feature-description"> 45 <div class="feature-description">
46 <p class="feature-text"> 46 <p class="feature-text">
47 <span id="localeBlockingLabel" class="feature-title">Manage Blocki ng:</span><span class="feature-title"> </span><span id="localeBlockingDescriptio n" class="feature-title">You can disable adblocking for some websites. Manage yo ur list of websites for which you want to see ads.</span> 47 <span id="localeBlockingLabel" class="feature-title">Manage Blocki ng:</span><span id="localeBlockingDescription" class="feature-title">You can dis able adblocking for some websites. Manage your list of websites for which you wa nt to see ads.</span>
48 </p> 48 </p>
49 49
50 <div id="exceptions"> 50 <div id="exceptions">
51 <div class="row"> 51 <div class="row">
52 <input id="newDomain" type="text"/> 52 <input id="newDomain" type="text"/>
53 <button id="addDomain">Add</button> 53 <button id="addDomain">Add</button>
54 </div> 54 </div>
55 <div class="row"> 55 <div class="row">
56 <select id="domain" size="5" multiple="true"> 56 <select id="domain" size="5" multiple="true">
57 </select> 57 </select>
(...skipping 27 matching lines...) Expand all
85 </li> 85 </li>
86 </ul> 86 </ul>
87 </div> 87 </div>
88 </footer> 88 </footer>
89 89
90 <script src="../static/js/ieEventListenerPolyfill.js"></script> 90 <script src="../static/js/ieEventListenerPolyfill.js"></script>
91 <script src="../static/js/settings.js"></script> 91 <script src="../static/js/settings.js"></script>
92 <script src="../static/js/IESettings.js"></script> 92 <script src="../static/js/IESettings.js"></script>
93 </body> 93 </body>
94 </html> 94 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld