mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
fix selected prompt position
This commit is contained in:
@@ -82,13 +82,13 @@ class Feeds extends Handler_Protected {
|
||||
}
|
||||
|
||||
$reply .= "</span>";
|
||||
$reply .= "<span id='selected_prompt'></span>";
|
||||
|
||||
# $reply .= "</span>";
|
||||
|
||||
// left part
|
||||
|
||||
$reply .= "<span class=\"main\">";
|
||||
$reply .= "<span id='selected_prompt'></span>";
|
||||
|
||||
$reply .= "
|
||||
<a href=\"#\" onclick=\"$sel_all_link\">".__('All')."</a>,
|
||||
|
||||
Reference in New Issue
Block a user