summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-02-21 19:04:40 +0000
committercorvid <devnull@localhost>2015-02-21 19:04:40 +0000
commit59775fee0bd17390ced7af4c71e7500b9c9b080a (patch)
tree498d709b9e8c632902224411527392194413f142
parent4b3ffb1820c11ae442d3db9160d6d3c9c7130417 (diff)
update some urls in comments
-rw-r--r--src/html.cc2
-rw-r--r--src/styleengine.cc2
2 files changed, 2 insertions, 2 deletions
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}";