mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-10 18:41:00 +02:00
opml: some indenting stuff
This commit is contained in:
parent
d3cface62d
commit
ac9b1f0772
6
opml.php
6
opml.php
@ -316,14 +316,10 @@
|
||||
profile IS NULL AND owner_uid = " . $_SESSION["uid"] . " ORDER BY pref_name");
|
||||
|
||||
while ($line = db_fetch_assoc($result)) {
|
||||
|
||||
$name = $line["pref_name"];
|
||||
$value = htmlspecialchars($line["value"]);
|
||||
|
||||
$out .= "<outline pref-name=\"$name\" value=\"$value\">";
|
||||
|
||||
$out .= "</outline>";
|
||||
|
||||
$out .= "<outline pref-name=\"$name\" value=\"$value\"/>";
|
||||
}
|
||||
|
||||
$out .= "</outline>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user