diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-11 17:17:03 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-11 17:17:03 -0500 |
commit | bb6844a2c4ffa54ba31f1d6e6542a0ef2827f9f0 (patch) | |
tree | 9c30a99e82b7f6bedaab6379bb701793a0458191 /src/web/lang | |
parent | fix PHP 8.4 depricated warnings (diff) | |
download | website-bb6844a2c4ffa54ba31f1d6e6542a0ef2827f9f0.tar.gz website-bb6844a2c4ffa54ba31f1d6e6542a0ef2827f9f0.tar.bz2 website-bb6844a2c4ffa54ba31f1d6e6542a0ef2827f9f0.zip |
fix spacing, remote __init function
Diffstat (limited to 'src/web/lang')
-rw-r--r-- | src/web/lang/common.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/web/lang/common.php b/src/web/lang/common.php index a256ee8..aef1ede 100644 --- a/src/web/lang/common.php +++ b/src/web/lang/common.php @@ -35,13 +35,13 @@ $lang['copyright'] = 'Copyright (c)'; # footer_text $lang ['footer_text'] = [ "Always look on the bright side of life", - "🐝 powder", - "Submit to john", - "Make sure to feed your computer three meals a day", - "curl https://f.freya.cat/rick/roll.sh | bash", - "medium rare chocolate", - "Incorporated by bees", - "[redacted]", + "🐝 powder", + "Submit to john", + "Make sure to feed your computer three meals a day", + "curl https://f.freya.cat/rick/roll.sh | bash", + "medium rare chocolate", + "Incorporated by bees", + "[redacted]", "Certified <a href=\"https://datatracker.ietf.org/doc/html/rfc9225\">RFC 9225</a> compliant.", "JS free since always", "Thank you for visiting the", |