mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Do not return formatted html in ynhpanel.json
This commit is contained in:
parent
866d51be14
commit
d361f0e6bb
2 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,6 @@ function get_data_for(view)
|
|||
|
||||
local mails = get_mails(user)
|
||||
data = {
|
||||
title = user.." <small>"..cache:get(user.."-cn").."</small>",
|
||||
connected = true,
|
||||
portal_url = portal_url,
|
||||
uid = user,
|
||||
|
|
|
@ -74,6 +74,7 @@ body {
|
|||
font-size: 1em;
|
||||
line-height:1.5;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h1:first-child,
|
||||
|
|
Loading…
Reference in a new issue