Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: chrome/browser/resources/chromeos/first_run/app_list_step.html

Issue 2625053007: [i18n] remove unneeded spans (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/app/main.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/first_run/app_list_step.html
diff --git a/chrome/browser/resources/chromeos/first_run/app_list_step.html b/chrome/browser/resources/chromeos/first_run/app_list_step.html
index 7cb2e4d7d7c798566bd8f7305eceb34e50e5a0e5..5e256eb601ac25b899c91954cec8fbf0c9843012 100644
--- a/chrome/browser/resources/chromeos/first_run/app_list_step.html
+++ b/chrome/browser/resources/chromeos/first_run/app_list_step.html
@@ -1,8 +1,8 @@
<div id="app-list" class="step bubble transparent hidden">
<h1>$i18n{appListHeader}</h1>
<p>
- <span>$i18n{appListText1}</span><br>
- <span>$i18n{appListText2}</span>
+ <div>$i18n{appListText1}</div>
+ $i18n{appListText2}
</p>
<div class="controls">
<button class="next-button custom-appearance blue-button">
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/app/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698