From 305005645ae127abf2949d5e599e6a7182152eaa Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Fri, 30 Sep 2016 22:41:23 -0500 Subject: [PATCH] remove deprecated html tags from simple theme. --- themes/simple/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/simple/index.html b/themes/simple/index.html index 9ada915..d6be2c0 100644 --- a/themes/simple/index.html +++ b/themes/simple/index.html @@ -99,9 +99,8 @@ messages.style.visibility = "visible"; // type is either "info" or "error" if (type == "error") { - text = "" + text + ""; + text = "

" + text + "

"; } - text = text + "
"; messages.innerHTML = messages.innerHTML + text; } @@ -153,7 +152,7 @@ lightdm.respond(entry.value); } - +