mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 19:51:29 +00:00
opml: some indenting stuff
This commit is contained in:
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>";
|
||||||
|
|||||||
Reference in New Issue
Block a user