diff options
author | Frankie B <git@diskfloppy.me> | 2024-07-12 16:24:22 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-07-12 16:24:22 +0100 |
commit | 13f86f5e97de2f9a4142d8139ec8d4ad1d642a9b (patch) | |
tree | d3121d7039029955b668842dd227d2fbffdf6f9b /public | |
parent | 8db67c2b479a36b4356d390e0619255da2a0acbc (diff) |
Minor fixes
Diffstat (limited to 'public')
-rw-r--r-- | public/css/master.css | 2 | ||||
-rw-r--r-- | public/sitemap.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/public/css/master.css b/public/css/master.css index 1b8683d..0d892d3 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -642,7 +642,7 @@ label[for="scheme-selector"] { } .guestbook-message { - text-wrap: wrap; + text-wrap: normal; width: 100%; } diff --git a/public/sitemap.xml b/public/sitemap.xml index d29d3ce..a1cd3f5 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> +<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://www.diskfloppy.me</loc> <lastmod>2023-10-10</lastmod> @@ -42,4 +42,4 @@ <changefreq>always</changefreq> <priority>0.5</priority> </url> -</urlset>
\ No newline at end of file +</urlset> |