From bdd8fa078e88a7f1e44a1fc987344e99be19d9bb Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Tue, 14 Nov 2023 14:21:02 +0100 Subject: [PATCH] rfc/xr: tweak, committed previous too soon... --- rfc/xr.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rfc/xr.go b/rfc/xr.go index 70befe3..52195a3 100644 --- a/rfc/xr.go +++ b/rfc/xr.go @@ -384,6 +384,8 @@ function updateIframes() { rfciframe.src = rfcsrc if (codesrc) { codefile.innerText = t[0] + } + if (rfcsrc) { rfcfile.innerText = t[1] } }