diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 16:05:38 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 16:05:38 +0000 |
commit | af63ef618032bc13637167e74bc6c3ae19693cd8 (patch) | |
tree | 49349f20d8dbb54e411fe5dfc08cae052ac091f6 /themes | |
parent | 9b898a713707b6ff09f2550307a2d23ae248cd1b (diff) |
issue27, fixed leading-space-eat-up-by-browser for MoinMoin Wiki List view
git-svn-id: file:///var/lib/svn/phpfspot/trunk@244 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/templates/export.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/templates/export.tpl b/themes/default/templates/export.tpl index a3e5641..14354b7 100644 --- a/themes/default/templates/export.tpl +++ b/themes/default/templates/export.tpl @@ -8,6 +8,7 @@ <select name="format"> <option value="HTML">HTML</option> <option value="MoinMoin">MoinMoin Wiki</option> + <option value="MoinMoinList">MoinMoin Wiki List</option> </select> <input type="image" src="resources/doit.png" alt="Switch View" /> </form> |