summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-26 18:24:55 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-26 18:24:55 (EDT)
commit87d058f4e08bcd664669fd37567f7dbcf247693d (patch)
treea3ed191115559d63dc33a22aea25c4bfe5505a07 /src
parent8f26235740667d84cc0528a1edc6213c073bd13d (diff)
downloadmarquee-87d058f4e08bcd664669fd37567f7dbcf247693d.zip
marquee-87d058f4e08bcd664669fd37567f7dbcf247693d.tar.gz
marquee-87d058f4e08bcd664669fd37567f7dbcf247693d.tar.bz2
about:preferences: Use mq_html_fieldset()
Diffstat (limited to 'src')
-rw-r--r--src/about/preferences.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/about/preferences.c b/src/about/preferences.c
index 64633a7..b08f3dc 100644
--- a/src/about/preferences.c
+++ b/src/about/preferences.c
@@ -52,7 +52,7 @@ save_pref(gchar *key, gchar *value, MqConfig *config)
static gchar *
gen_page_general(MqConfig *config)
{
- return mq_html_container("div",
+ return mq_html_fieldset(
mq_html_h3(NULL, "Web Browsing"),
GEN_SLCT("tabs.new",
"New Tab Page",
@@ -99,7 +99,7 @@ gen_page_general(MqConfig *config)
static gchar *
gen_page_display(MqConfig *config)
{
- return mq_html_container("div",
+ return mq_html_fieldset(
mq_html_h3(NULL, "Fonts"),
GEN_STR ("font.family.default",
"Default Font Family"),
@@ -139,7 +139,7 @@ gen_page_display(MqConfig *config)
static gchar *
gen_page_permissions(MqConfig *config)
{
- return mq_html_container("div",
+ return mq_html_fieldset(
mq_html_h3(NULL, "General"),
GEN_BOOL("permissions.images.auto-load",
"Automatically Load Images"),
@@ -192,7 +192,7 @@ gen_page_permissions(MqConfig *config)
static gchar *
gen_page_sec_and_priv(MqConfig *config)
{
- return mq_html_container("div",
+ return mq_html_fieldset(
mq_html_h3(NULL, "History"),
GEN_BOOL("privacy.private-browsing.enabled",
"Enable Private Prowsing (Disables History, Cache, and "