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

Unified Diff: chrome/test/data/extensions/samples/subscribe_page_action2/subscribe.html

Issue 149371: Changing LF ending on one html. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/samples/subscribe_page_action2/subscribe.html
===================================================================
--- chrome/test/data/extensions/samples/subscribe_page_action2/subscribe.html (revision 20206)
+++ chrome/test/data/extensions/samples/subscribe_page_action2/subscribe.html (working copy)
@@ -1,24 +1,24 @@
-<html>
-<head>
-<title>Subscribe to feed</title>
-
-<script type="text/javascript">
- function navigate() {
- var select = document.getElementById("readers");
- // Grab the URL from the querystring, removing question mark at the front.
- var feed_url = document.location.search.substring(1);
- var url = select.options[select.selectedIndex].value + feed_url;
- document.location = url;
- }
-</script>
-</head>
-
-<body>
- <img src="feed-icon-64x64.png" align="absmiddle" />
- Subscribe to this feed using:
- <select id="readers">
- <option value="http://www.google.com/reader/view/feed/">Google</option>
- </select>
- <button onclick="navigate();">Subscribe Now</button>
-</body>
-</html>
+<html>
+<head>
+<title>Subscribe to feed</title>
+
+<script type="text/javascript">
+ function navigate() {
+ var select = document.getElementById("readers");
+ // Grab the URL from the querystring, removing question mark at the front.
+ var feed_url = document.location.search.substring(1);
+ var url = select.options[select.selectedIndex].value + feed_url;
+ document.location = url;
+ }
+</script>
+</head>
+
+<body>
+ <img src="feed-icon-64x64.png" align="absmiddle" />
+ Subscribe to this feed using:
+ <select id="readers">
+ <option value="http://www.google.com/reader/view/feed/">Google</option>
+ </select>
+ <button onclick="navigate();">Subscribe Now</button>
+</body>
+</html>
Property changes on: chrome\test\data\extensions\samples\subscribe_page_action2\subscribe.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698