From da9518deea334e7979e91a0c6082900a2bdfa8f9 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Mon, 4 Jun 2018 12:34:02 +0300 Subject: [PATCH] Fix to show table in full width --- pam/create_form.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pam/create_form.cgi b/pam/create_form.cgi index 65955653f..f56329c72 100755 --- a/pam/create_form.cgi +++ b/pam/create_form.cgi @@ -6,7 +6,7 @@ require './pam-lib.pl'; &ui_print_header(undef, $text{'create_title'}, ""); print "
\n"; -print "\n"; +print "
\n"; print "\n"; print "
$text{'create_header'}
\n"; @@ -26,4 +26,3 @@ print "
\n"; print "
\n"; &ui_print_footer("", $text{'index_return'}); -