mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 09:03:33 +02:00
Use entities in xmlns attributes where missing.
--HG-- extra : rebase_source : 9c46da3c53e76ed33a3839e7c59acacbd0ee7805
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
||||
|
||||
<overlay
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<span replace="w"/>
|
||||
<span replace="W"/>
|
||||
|
||||
Reference in New Issue
Block a user