add missing cp class to more html

This commit is contained in:
ansuz
2016-12-28 10:45:14 +01:00
parent 46024853ec
commit 8f0de589dc
3 changed files with 11 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="cp">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
@@ -79,7 +79,9 @@
<div id="user-box" class="box">
<div>
<span data-localization="username_label"></span>
<strong id="display-name" class="display"></strong>
<p><span data-localization="username_label"></span>
<strong id="display-name" class="display"></strong></p>
<p>View your <a href="/file" target="_blank">file manager</a>.</p>
</div>
</div>