Skip to content

Commit

Permalink
Merge pull request #1823 from rabbitmq/fix-invalid-HTML-in-index.xml
Browse files Browse the repository at this point in the history
inde.xml: Fix invalid <a> tag and missing link label
  • Loading branch information
dumbbell committed Mar 6, 2024
2 parents 1cad532 + ad6a65b commit d7fc39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ limitations under the License.
<h2>Other inquiries</h2>
<p><a href="./contact.html">Contact us</a></p>
<h2>Report a security vulnerability</h2>
<p><a href="mailto:tnz-rabbitmq-core.pdl@broadcom.com"</a></p>
<p><a href="mailto:tnz-rabbitmq-core.pdl@broadcom.com">tnz-rabbitmq-core.pdl@broadcom.com</a></p>
<h2>Social media</h2>
<p><a href='https://twitter.com/RabbitMQ' target="_blank" rel="noopener noreferrer">Twitter</a></p>
</div>
Expand Down

0 comments on commit d7fc39f

Please sign in to comment.