[OCaml] Mobile-friendly clone of cgit.
Fix typo.
lib/views.ml
@@ -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
]