summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 10:51:38 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 10:51:38 +0400
commita7edcc5585b5d2995c4ea033c242bb42ce95ca78 (patch)
tree519ac7d91c06f04aca5aba2a16b19715632ef819 /classes/dlg.php
parentfb54e3b1887ae2d365c139296ebb03dc523478f5 (diff)
minor css cleanup
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index d13a9ecb6..90b0d6d6e 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -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\">";