mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
further stylesheet simplification related fixes
This commit is contained in:
@@ -1201,10 +1201,10 @@ class Feeds extends Handler_Protected {
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/utility.css">
|
||||
<?php echo stylesheet_tag("css/default.css") ?>
|
||||
<title>Feed Debugger</title>
|
||||
</head>
|
||||
<body class="small_margins">
|
||||
<body class="small_margins ttrss_utility claro">
|
||||
<h1>Feed Debugger: <?php echo "$feed_id: " . $this->getFeedTitle($feed_id) ?></h1>
|
||||
<form method="GET" action="">
|
||||
<input type="hidden" name="op" value="feeds">
|
||||
|
||||
Reference in New Issue
Block a user