* [9front] Are backticks rendered properly on fqa7?
@ 2024-08-02 6:08 jrmu
2024-08-02 14:07 ` Stanley Lieber
0 siblings, 1 reply; 2+ messages in thread
From: jrmu @ 2024-08-02 6:08 UTC (permalink / raw)
To: 9front
Greetings,
Today I noticed that the backtick operator kept appearing as some other
type of quote on this page:
http://fqa.9front.org/fqa7.html
When I run hget http://fqa.9front.org/fqa7.html < htmlfmt -a, I see
this:
Port 25 is disabled by default. Enable it by creating the file
/rc/bin/service/tcp25:
#!/bin/rc
user=‘{cat /dev/user}
exec /bin/upas/smtpd -s -e -n $3
# to use with listen1, change $3 to $net
However the line should be
user=`{cat /dev/user}
This caused a bug for me where I got the weird greeting 'none220 inter9.org ESMTP'
in my banner.
I checked fqa7.ms and the text seems to be using backticks, so perhaps
it's being rendering improperly.
--
jrmu
IRCNow (https://ircnow.org)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [9front] Are backticks rendered properly on fqa7?
2024-08-02 6:08 [9front] Are backticks rendered properly on fqa7? jrmu
@ 2024-08-02 14:07 ` Stanley Lieber
0 siblings, 0 replies; 2+ messages in thread
From: Stanley Lieber @ 2024-08-02 14:07 UTC (permalink / raw)
To: 9front
On August 2, 2024 2:08:15 AM EDT, jrmu <jrmu@ircnow.org> wrote:
>Greetings,
>
>Today I noticed that the backtick operator kept appearing as some other
>type of quote on this page:
>
>http://fqa.9front.org/fqa7.html
>
>When I run hget http://fqa.9front.org/fqa7.html < htmlfmt -a, I see
>this:
>
>Port 25 is disabled by default. Enable it by creating the file
>/rc/bin/service/tcp25:
>
>#!/bin/rc
>
>user=‘{cat /dev/user}
>
>exec /bin/upas/smtpd -s -e -n $3
>
># to use with listen1, change $3 to $net
>
>However the line should be
>
>user=`{cat /dev/user}
>
>This caused a bug for me where I got the weird greeting 'none220 inter9.org ESMTP'
>in my banner.
>
>I checked fqa7.ms and the text seems to be using backticks, so perhaps
>it's being rendering improperly.
>
htmlroff changed the ` in fqa7.ms into what you see in fqa7.html. the fix was to escape all instances of ` in the .ms files.
thanks,
sl
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-02 14:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-02 6:08 [9front] Are backticks rendered properly on fqa7? jrmu
2024-08-02 14:07 ` Stanley Lieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).