X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=modules%2Fpref-prefs.php;h=0add856db7b74ffe5a1fcb2fea8917df83d0dcc5;hb=e351c4945da20622c88d7cc9ccdb9ba17a9f5bef;hp=cf3d3aee20e5d8a9ef101b5b939f1ff2e6219d5b;hpb=db5c7f5ddfe3d6094bd818d121fdded87979d5ea;p=tt-rss.git diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index cf3d3aee..0add856d 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -227,7 +227,7 @@ $email = db_fetch_result($result, 0, "email"); print "".__('E-mail').""; - print "

".__("Authentication")."

"; print "".__("Old password").""; - print "".__("New password").""; - print "".__("Confirm password").""; - print "" . __($line["short_desc"]); + print "" . __($line["short_desc"]); if ($help_text) print "
".__($help_text)."
"; print ""; - print ""; + print ""; if ($type_name == "bool") { // print_select($pref_name, $value, array("true", "false"));