mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 21:11:29 +00:00
minor refactoring: normalize some function names; cleanup; etc
This commit is contained in:
@@ -153,7 +153,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
|
||||
$id = $line['id'];
|
||||
$tmp .= "<td width='5%' align='center'><img style='cursor : pointer' title='".__("Preview article")."'
|
||||
src='images/information.png' onclick='openArticlePopup($id)'></td><td>";
|
||||
src='images/information.png' onclick='popupOpenArticle($id)'></td><td>";
|
||||
|
||||
/*foreach ($filter['rules'] as $rule) {
|
||||
$reg_exp = str_replace('/', '\/', $rule["reg_exp"]);
|
||||
|
||||
Reference in New Issue
Block a user