Fix typo.

Commit
7a1116f29aabb898bcceb345daa3d332c3117c4f
Author
Marius Peter <dev@marius-peter.com>
Author date
Committer
Marius Peter <dev@marius-peter.com>
Committer date
lib/views.ml
index a6dae035..0368b3bc 100644..100644
@@ -54,7 +54,7 @@
54 54 head []
55 55 [
56 56 title [] "%s" page_title;
57 Removed: meta [ name "viewport"; content "width=device-width, initial_scale=1" ];
57 Added: meta [ name "viewport"; content "width=device-width, initial-scale=1" ];
58 58 link [ rel "stylesheet"; href "/static/styles.css" ];
59 59 link [ rel "icon"; type_ "image/x-icon"; href "/static/git_icon.svg" ];
60 60 ]