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

Delta Between Two Patch Sets: tests/test_site/templates/head-test.tmpl

Issue 29947567: Issue 5333 - Ensure links in metadata and in most tags can be made relative (Closed) Base URL: https://hg.adblockplus.org/cms/
Left Patch Set: Created Nov. 20, 2018, 4:23 a.m.
Right Patch Set: Combine regex in converters.py Created Jan. 7, 2019, 10:23 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « tests/test_site/pages/rel_path.html ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 {{ head | safe }}
5 <title>Page Title</title>
6 <link rel="stylesheet" href="/dist/css/main.min.css">
7 <base href="https://www.example.com/news/index.html">
8 <script src="/scripts/myscript.js"></script>
9 </head>
10 {{ body | safe }}
11 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld