From 51473c4d9e23e7dca958e8da877d01d9e8f3318e Mon Sep 17 00:00:00 2001 From: Blue Fox Date: Tue, 24 Oct 2023 17:44:24 +0100 Subject: [PATCH] =?UTF-8?q?Changed=20=C3=B6=20to=20ö?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mitternachtsformel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitternachtsformel.html b/mitternachtsformel.html index 5991636..c173bd7 100644 --- a/mitternachtsformel.html +++ b/mitternachtsformel.html @@ -118,10 +118,10 @@ result2 = (-b.value - Math.sqrt(d)) / (2*a.value) if(result1 == result2) { - result_string_new += "
  • Lösung: \ + result_string_new += "
  • Lösung: \
    x1/2 = " + result1 + "
  • "; } else { - result_string_new += "
  • Lösung: \ + result_string_new += "
  • Lösung: \
    x1 = " + result1 + "\
    x2 = " + result2 + "
  • "; }