rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit b985eca5479149184b911470cee6c7f54d3142c2
parent 9ef95a0912ae8d91bd649e0da039c089e553a053
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 21 Dec 2014 08:58:33 +0100

fix form

Diffstat:
Mthemes/jumbotron/admin.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -179,9 +179,9 @@ foreach($langs as $prio => $lang) { <div class="hide_" id="update"> <h2>Updates</h2> - <from action="update.php?update=update" method="get"> + <form action="update.php?update=" method="get"> <button type="submit" value="update">Update</button> - </from> + </form> </div>