diff options
author | corvid <devnull@localhost> | 2015-02-21 19:04:40 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-02-21 19:04:40 +0000 |
commit | 59775fee0bd17390ced7af4c71e7500b9c9b080a (patch) | |
tree | 498d709b9e8c632902224411527392194413f142 /src/styleengine.cc | |
parent | 4b3ffb1820c11ae442d3db9160d6d3c9c7130417 (diff) |
update some urls in comments
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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}"; |