mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Add new title text
This commit is contained in:
parent
74e38ba1ab
commit
1f3ca8d587
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
(defun new-content (app)
|
||||
(setf (inner-html (main app)) "")
|
||||
(let ((new-page (create-form-element (main app) :text))
|
||||
(let ((new-page (create-form-element (main app) :text :value "New Title"))
|
||||
(tmp (create-br (main app)))
|
||||
(text-area (create-text-area (main app) :rows 10 :columns 40)))
|
||||
(declare (ignore tmp))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue