summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--index.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8338b8d..14741b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 11.14
+
+* Revert alternative text change to glyphs
+
## 11.13
* Update roadmap
diff --git a/index.php b/index.php
index f6337c4..832e77b 100644
--- a/index.php
+++ b/index.php
@@ -117,7 +117,7 @@
<?php
$glyphAddr = "/svg/glyph/" . $current_page . ".svg";
- echo "<img alt=\"$current_page logo\" id=\"glyph\" src=\"$glyphAddr\" />";
+ echo "<img alt=\"$current_page\" id=\"glyph\" src=\"$glyphAddr\" />";
?>
</header>