HTML Base tag appears wrong when using IPv6
Hi,
Yes, this is “wrong” but I have an internal server which happens to have IPv6 and no DNS. If I access my Observium installation using the address, the generated HTML is as follow:
<!DOCTYPE html> <html lang="en"> <head> <base href="http://[[2406:xxxx:xxxx:3300::202]]/"/> <meta http-equiv="content-type" content="text/html; charset=utf-8”/>
The base setting has double brackets which breaks loading.
(Yes, I can override this in the config :) )
Cheers,
Pieter
Hi,
fixed in r10750.
Pieter De Wit via observium wrote on 28.09.2020 22:58:
Hi,
Yes, this is “wrong” but I have an internal server which happens to have IPv6 and no DNS. If I access my Observium installation using the address, the generated HTML is as follow:
<!DOCTYPE html>
<html lang="en"> <head> <base href="http://[[2406:xxxx:xxxx:3300::202]]/"/> <meta http-equiv="content-type" content="text/html; charset=utf-8”/>
The base setting has double brackets which breaks loading.
(Yes, I can override this in the config :) )
Cheers,
Pieter _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Mike Stupalov
-
Pieter De Wit