diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2014-06-06 15:14:13 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2014-06-06 15:14:13 -0400 |
| commit | 300fc53f6e397ce9e93b6845b20937180d420ab0 (patch) | |
| tree | 3f956d1e9a2ce072973466e8fa89d005a3582d70 | |
| parent | 42319c78da058083d55fe126fd87ca42c63b61af (diff) | |
| download | wiki-300fc53f6e397ce9e93b6845b20937180d420ab0.tar.gz wiki-300fc53f6e397ce9e93b6845b20937180d420ab0.tar.bz2 wiki-300fc53f6e397ce9e93b6845b20937180d420ab0.zip | |
remove form-horizontal class
| -rw-r--r-- | templates/edit_page.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_page.tpl b/templates/edit_page.tpl index ea4620e..30df323 100644 --- a/templates/edit_page.tpl +++ b/templates/edit_page.tpl @@ -57,7 +57,7 @@ <div class="admin box">{tr}The SandBox is a page where you can practice your editing skills, use the preview feature to preview the appeareance of the page, no versions are stored for this page.{/tr}</div> {/if} - {form class="form-horizontal" enctype="multipart/form-data" id="editpageform"} + {form enctype="multipart/form-data" id="editpageform"} {jstabs} {jstab title="Body"} {legend legend="`$editLabel` Body"} |
