1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 15:31:28 +00:00

minor css cleanup

This commit is contained in:
Andrew Dolgov
2013-04-01 10:51:38 +04:00
parent fb54e3b188
commit a7edcc5585
2 changed files with 4 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ class Dlg extends Handler_Protected {
$result = db_query($this->link, "SELECT title,id FROM ttrss_settings_profiles
WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY title");
print "<div class=\"prefFeedCatHolder\">";
print "<div class=\"prefProfileHolder\">";
print "<form id=\"profile_edit_form\" onsubmit=\"return false\">";