From 0a4c8e2ebdeb49ddf42f92d052aa438b88b6b278 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 19 May 2019 11:59:55 +0200 Subject: [PATCH] Update --- uebung3/farbenlehre.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uebung3/farbenlehre.html b/uebung3/farbenlehre.html index e1a50e3..31efad7 100644 --- a/uebung3/farbenlehre.html +++ b/uebung3/farbenlehre.html @@ -33,7 +33,7 @@ //hex Zahl hat nur eine Stelle temphex = "0" + temphex; } - return temphex; + return temphex.toUpperCase(); } function updateTable() {