diff --git a/public_html/deployment/classes/htmlelements.class.php b/public_html/deployment/classes/htmlelements.class.php
index f9bedefeeab73713b533249d9be2e1afcf29c4a1..b890fda4dd77302de87fa59e603fb353ce763543 100755
--- a/public_html/deployment/classes/htmlelements.class.php
+++ b/public_html/deployment/classes/htmlelements.class.php
@@ -16,7 +16,8 @@
  * 
  * @author Axel
  * 
- * 2024-08-23  v1.1  Axel Hahn  php8 only; added variable types; short array syntax; remove unneeded methods
+ * 2024-07-04  <axel.hahn@unibe.ch>  added type declarations; update php docs
+ * 2024-08-26  <axel.hahn@unibe.ch>  remove unneeded methods; simplify icon methods; update phpdocs
  */
 class htmlelements
 {