From 96e73a862ef04775e21bc7e832ac83bb190f79b6 Mon Sep 17 00:00:00 2001 From: xcps Date: Wed, 26 Sep 2018 22:22:38 +0500 Subject: [PATCH] Typo --- views/layout.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.pug b/views/layout.pug index a234ff7..409e7f3 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -1,5 +1,5 @@ doctype html -html(land='en') +html(lang='en') head title GOSTcoin blockchain explorer link(rel='stylesheet', href='/stylesheets/style.css')