mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 20:14:11 +01:00
Fix brokenness.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="resource://dactyl-local-skin/about.css" type="text/css"?>
|
||||
<!DOCTYPE overlay SYSTEM "dactyl://content/dtd">
|
||||
<!DOCTYPE page SYSTEM "dactyl://content/dtd">
|
||||
|
||||
<page id="about-&dactyl.name;" orient="vertical" title="About &dactyl.appName;"
|
||||
xmlns="&xmlns.xul;" xmlns:html="&xmlns.html;">
|
||||
|
||||
10
common/content/blank.xul
Normal file
10
common/content/blank.xul
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE window>
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/"?>
|
||||
|
||||
<window id="dactyl-blank-window" title="Dactyl">
|
||||
<description>Hello, there.</description>
|
||||
</window>
|
||||
|
||||
<!-- vim: set sw=2 sts=2 et: -->
|
||||
Reference in New Issue
Block a user