ietf-tools / datatracker

The day-to-day front-end to the IETF database for people who work on IETF standards.
https://datatracker.ietf.org
BSD 3-Clause "New" or "Revised" License
598 stars 364 forks source link

Missing RFC number in meta description tag #3379

Closed ietf-svn-bot closed 1 year ago

ietf-svn-bot commented 3 years ago

type_defect | by adehnert@mit.edu


On, eg, https://datatracker.ietf.org/doc/html/rfc9004, there's a tag: <meta name="description" content="Updates for the Back-to-Back Frame Benchmark in RFC 2544 (RFC )">

Presumably the RFC number was supposed to be in parentheses? (Unsurprisingly, this seems to be true across RFCs.)

Thanks, Alex


Issue migrated from trac:3379 at 2022-03-04 09:11:14 +0000

ietf-svn-bot commented 3 years ago

@rjsparks@nostrum.com changed status from new to accepted

larseggert commented 1 year ago

I think this is OBE.

rjsparks commented 1 year ago

No - it 's different but it's still not right - here's what's currently there:

<meta name="description"

                content="Updates for the Back-to-Back Frame Benchmark in RFC 2544 (RFC 9004, May 2021"
            >

(Note that I quoted what was in the original description so that it displayed in github)

rjsparks commented 1 year ago

Does putting the closing brace in solve the missing "Obsoleted by" and "published on" text problem?

larseggert commented 1 year ago

"Published on" is there (May 2021). Checking on "obsoleted by".

larseggert commented 1 year ago

Fixed that, too. Was also broken on the main doc page.

rjsparks commented 1 year ago

Something is still off. Will comment in the PR.