mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
Updated Net/DNS2.php
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1283,7 +1283,7 @@
|
||||
{
|
||||
if (trim($line) !== "")
|
||||
{
|
||||
if ($line{0} !== "\xFF" && (($tagname === "/ul" && $line{0} !== "-") || ($tagname === "/ol" && !(int)$line{0}))) $prefix2 = "\xFF\xFF";
|
||||
if ($line[0] !== "\xFF" && (($tagname === "/ul" && $line[0] !== "-") || ($tagname === "/ol" && !(int)$line[0]))) $prefix2 = "\xFF\xFF";
|
||||
else $prefix2 = "";
|
||||
|
||||
$lines[$num] = $prefix . $prefix2 . trim($line);
|
||||
@@ -1516,4 +1516,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user