Skip to content

Commit 92f8409

Browse files
authored
Removing unnecessary closing /
1 parent 640624a commit 92f8409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/twig-bundle/3.3/templates/base.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="UTF-8" />
4+
<meta charset="UTF-8">
55
<title>{% block title %}Welcome!{% endblock %}</title>
66
{% block stylesheets %}{% endblock %}
77
</head>

0 commit comments

Comments
 (0)