mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:55:56 +00:00
further stylesheet simplification related fixes
This commit is contained in:
@@ -54,8 +54,8 @@ class Auth_Internal extends Plugin implements IAuthModule {
|
||||
$return = urlencode($_REQUEST["return"]);
|
||||
?><html>
|
||||
<head><title>Tiny Tiny RSS</title></head>
|
||||
<?php echo stylesheet_tag("css/utility.css") ?>
|
||||
<body class="otp"><div class="content">
|
||||
<?php echo stylesheet_tag("css/default.css") ?>
|
||||
<body class="ttrss_utility otp"><div class="content">
|
||||
<form action="public.php?return=<?php echo $return ?>"
|
||||
method="POST" class="otpform">
|
||||
<input type="hidden" name="op" value="login">
|
||||
|
||||
Reference in New Issue
Block a user