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

Unified Diff: static/frames/testcase-img-05.html

Issue 29874607: Issue 6769 - Avoid hardcoding the URL (Closed)
Patch Set: Created Sept. 4, 2018, 4:23 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: static/frames/testcase-img-05.html
diff --git a/static/frames/testcase-img-05.html b/static/frames/testcase-img-05.html
index f5154bd3b18e8a7814b2c33bc54ff9e10bb8bb41..71d38cae4984a2eb09936dfd262be762ea4f273d 100644
--- a/static/frames/testcase-img-05.html
+++ b/static/frames/testcase-img-05.html
@@ -8,6 +8,6 @@ body {
</style>
</head>
<body>
- <img src="http://testpages.adblockplus.org/images/test-image-01.png">
+ <img src="{{ site_url }}/images/test-image-01.png">
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld