From 3eeb5c610529c3789c7b2c61e42c1436299f7d5d Mon Sep 17 00:00:00 2001 From: Jimako Date: Sun, 24 Mar 2019 13:08:44 +0100 Subject: [PATCH] #2980, #3750 better styling for password reset page --- fpw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpw.php b/fpw.php index 2d4240d07..560f2d026 100644 --- a/fpw.php +++ b/fpw.php @@ -435,6 +435,6 @@ $text = $tp->parseTemplate($FPW_TABLE, true, $sc); // $text = $tp->simpleParse($FPW_TABLE, $sc); -$ns->tablerender($caption, $text); +$ns->tablerender($caption, $text, 'fpw'); require_once(FOOTERF);