From 59775fee0bd17390ced7af4c71e7500b9c9b080a Mon Sep 17 00:00:00 2001 From: corvid Date: Sat, 21 Feb 2015 19:04:40 +0000 Subject: update some urls in comments --- src/html.cc | 2 +- src/styleengine.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/html.cc b/src/html.cc index 8d214841..53be82c3 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1575,7 +1575,7 @@ static int * rendering modes, so it may be better to chose another behaviour. --Jcid * * http://www.mozilla.org/docs/web-developer/quirks/doctypes.html - * http://lists.auriga.wearlab.de/pipermail/dillo-dev/2004-October/002300.html + * http://lists.dillo.org/pipermail/dillo-dev/2004-October/002300.html * * This is not a full DOCTYPE parser, just enough for what Dillo uses. */ diff --git a/src/styleengine.cc b/src/styleengine.cc index 98b02b69..763d41e3 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -1034,7 +1034,7 @@ void StyleEngine::init () { "code, tt, pre, samp, kbd {font-family: monospace}" /* WORKAROUND: Reset font properties in tables as some * pages rely on it (e.g. gmail). - * http://developer.mozilla.org/En/Fixing_Table_Inheritance_in_Quirks_Mode + * http://developer.mozilla.org/en-US/Fixing_Table_Inheritance_in_Quirks_Mode * has a detailed description of the issue. */ "table, caption {font-size: medium; font-weight: normal}"; -- cgit v1.2.3