diff options
Diffstat (limited to 'views/branch.html')
-rw-r--r-- | views/branch.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/branch.html b/views/branch.html index 0ca6834..799d040 100644 --- a/views/branch.html +++ b/views/branch.html @@ -1,6 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html> <head> % relroot = '../' * (len(branch.split('/')) - 1) @@ -8,6 +7,7 @@ <title>git » {{repo.name}} » {{branch}}</title> <link rel="stylesheet" type="text/css" href="{{relroot}}../../../../static/git-arr.css"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> +<meta name=viewport content="width=device-width, initial-scale=1"> </head> <body class="branch"> |