By tolstoydotcom on
I've seen two cases where the HTML of a site will have something like this:
<meta name="generator" content="Drupal 9" />
...
<meta name="Generator" content="Drupal 10 (https://www.drupal.org)" />
I'm not asking how to set that up. I'm just (out of idle curiosity) wondering if others have seen something like it.
I assume the first one is from the Metatag module and was kept in place during an upgrade, and the second is from Drupal core. Metatag has/had a bug re case sensitive tags, but even so you wouldn't think people would use it to duplicate what Drupal would have output anyway.