The gemlog directory has an automatically generated page title in the
form of [so-and-so]'s Gemlog
On the HTTP proxy, my title shows as:
Pwshnotes's Gemlog
It seems the title is double escaped using:
'
<title>Pwshnotes&#39;s Gemlog</title>
instead of:
'
which the <h1/> uses correctly:
<h1 id='Pwshnotes's Gemlog'>Pwshnotes's Gemlog</h1>
Side by side:
&#39;
'
Can the server be updated to use the correct HTML entity?
Thanks,
Mike
https://www.mojeek.com/about/why-mojeek
https://tinyurl.com/2xj56rpf Gemini Protocol
Yep, this was a bug introduced recently when I tried to fix a different
bug... I'll see if I can fix it, but it may be a while before I get
around to it. Thanks for reporting!
Alex
On Sat Nov 18, 2023 at 2:09 PM EST, Michael Mientus wrote:
> The gemlog directory has an automatically generated page title in the
> form of [so-and-so]'s Gemlog
>
> On the HTTP proxy, my title shows as:
> Pwshnotes's Gemlog
>
> It seems the title is double escaped using:
> &#39;
> <title>Pwshnotes&#39;s Gemlog</title>
>
> instead of:
> '
> which the <h1/> uses correctly:
> <h1 id='Pwshnotes's Gemlog'>Pwshnotes's Gemlog</h1>
>
> Side by side:
> &#39;
> '
>
> Can the server be updated to use the correct HTML entity?
>
> Thanks,
>
> Mike
> https://www.mojeek.com/about/why-mojeek
> https://tinyurl.com/2xj56rpf Gemini Protocol
all the best,
alex
alexw.nyc