Skip to content

Commit b6350ce

Browse files
committed
Fix not all tiles are lowercase
1 parent 231c0a4 commit b6350ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

moooodotfarm-backend/src/ports/http/templates/cves.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% import "common.html" as common %}
44

5-
{% block title %}Cow Vulnerabilities and Exposures (CVEs){% endblock %}
5+
{% block title %}cow vulnerabilities and exposures (cves){% endblock %}
66

77
{% block extra_styles %}
88
.cve-header {

moooodotfarm-backend/src/ports/http/templates/rfc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base.html" %}
22

3-
{% block title %}Request For Cows{% endblock %}
3+
{% block title %}request for cows (rfc){% endblock %}
44

55
{% block extra_styles %}
66
.rfc-top {

0 commit comments

Comments
 (0)