rpicms

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

commit 577f5876420efe14faee2d05b0e1e10320d1fe1b
parent c331240605d5d43090aa4e5c1ceea26054457fbd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 28 Jan 2015 12:24:37 +0100

try to fix wysiwyg bug

Diffstat:
Mthemes/jumbotron/admin.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -235,7 +235,7 @@ foreach($langs as $prio => $lang) { <div class="form-group"> <label for="post_content">Content</label> <div id="toolbar"></div> - <textarea name="content" style="width:100%" id="editor"></textarea> + <input name="content" style="width:100%" id="editor"></input> </div> <button type="submit" class="btn btn-default">Save</button> </form>