[HtmlFormat] Return to bridge #id when pressing 'back to rss-bridge'
This commit is contained in:
parent
73dc0efac6
commit
d98a7d6644
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ EOD;
|
|||
</head>
|
||||
<body>
|
||||
<h1 class="pagetitle">{$title}</h1>
|
||||
<div class="buttons"><a href="./"><button class="backbutton">← back to rss-bridge</button></a><a href="./?{$atomquery}"><button class="rss-feed">RSS feed</button></a></div>
|
||||
<div class="buttons"><a href="./#bridge-{$_GET['bridge']}"><button class="backbutton">← back to rss-bridge</button></a><a href="./?{$atomquery}"><button class="rss-feed">RSS feed</button></a></div>
|
||||
{$entries}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue