Skip to content

Commit 801f3e7

Browse files
committed
Make the review page work both when invoked as /review/ and /review/<num>/
- Legacy-Id: 493
1 parent fdbf36f commit 801f3e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/utils/frame2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Comparison -- {{ info.old }} - {{ info.new }}</title>
66
</head>
77
<frameset rows="70, *">
8-
<frame src="../top/{{ info.this }}">
8+
<frame src="/review/top/{{ info.this }}">
99
<frameset cols="50%, 50%">
1010
<frame name="old" src="{{ info.old }}">
1111
<frame name="new" src="{{ info.new }}">

0 commit comments

Comments
 (0)