mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-07 10:04:39 -04:00
Clean up.
This commit is contained in:
parent
8966a517c6
commit
5ffc5cf6fd
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
/* only here as a reference, these values are the hardcoded defaults */
|
|
||||||
{
|
{
|
||||||
"lang": "Bahasa Indonesia",
|
"lang": "Bahasa Indonesia",
|
||||||
|
|
||||||
|
|
|
@ -138,6 +138,7 @@ class Archive {
|
||||||
if (!is_array($hrefs)) {
|
if (!is_array($hrefs)) {
|
||||||
$hrefs = array($hrefs);
|
$hrefs = array($hrefs);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($hrefs as $href) {
|
foreach ($hrefs as $href) {
|
||||||
if (trim($href) === '') {
|
if (trim($href) === '') {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue