From 96d0c5df3672347312122c2e18cb09e53a6e9a9b Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Fri, 27 Dec 2024 02:46:23 +0000 Subject: [PATCH] fix ctl-a to just work on output Signed-off-by: Doug Davis --- registry/httpStuff.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/registry/httpStuff.go b/registry/httpStuff.go index af8d24cc..e06ebc2a 100644 --- a/registry/httpStuff.go +++ b/registry/httpStuff.go @@ -613,7 +613,7 @@ func (pw *PageWriter) Done() { list-style-type: circle ; } - +
Registry: @@ -717,13 +717,12 @@ function dokeydown(event) {
Path: `+urlPath+`
-
+
`+HTML_MIN+` `+HTML_EXP+`
%s
- `, RegHTMLify(pw.Info.OriginalRequest, buf))))