mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-11 02:51: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");
|
profile IS NULL AND owner_uid = " . $_SESSION["uid"] . " ORDER BY pref_name");
|
||||||
|
|
||||||
while ($line = db_fetch_assoc($result)) {
|
while ($line = db_fetch_assoc($result)) {
|
||||||
|
|
||||||
$name = $line["pref_name"];
|
$name = $line["pref_name"];
|
||||||
$value = htmlspecialchars($line["value"]);
|
$value = htmlspecialchars($line["value"]);
|
||||||
|
|
||||||
$out .= "<outline pref-name=\"$name\" value=\"$value\">";
|
$out .= "<outline pref-name=\"$name\" value=\"$value\"/>";
|
||||||
|
|
||||||
$out .= "</outline>";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$out .= "</outline>";
|
$out .= "</outline>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user