[fix] Do not return formatted html in ynhpanel.json

This commit is contained in:
opi 2014-11-13 18:54:19 +01:00
parent 866d51be14
commit d361f0e6bb
2 changed files with 1 additions and 1 deletions

View file

@ -406,7 +406,6 @@ function get_data_for(view)
local mails = get_mails(user) local mails = get_mails(user)
data = { data = {
title = user.." <small>"..cache:get(user.."-cn").."</small>",
connected = true, connected = true,
portal_url = portal_url, portal_url = portal_url,
uid = user, uid = user,

View file

@ -74,6 +74,7 @@ body {
font-size: 1em; font-size: 1em;
line-height:1.5; line-height:1.5;
margin: 0; margin: 0;
padding: 0;
} }
h1:first-child, h1:first-child,