mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 16:41:39 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9e49e4f9b3
commit
4fadfe4a0f
9
wiki.js
9
wiki.js
@ -730,7 +730,8 @@ var data = {
|
||||
+'</div>\n'
|
||||
+'\n'
|
||||
+'<hr>\n'
|
||||
+'<h1 class="title" contenteditable tabindex="0" saveto="..">'
|
||||
//+'<h1 class="title" contenteditable tabindex="0" saveto="..">'
|
||||
+'<h1 saveto="..">'
|
||||
+'<slot name="title">'
|
||||
+'@source(../title)'
|
||||
+'</slot>'
|
||||
@ -756,6 +757,12 @@ var data = {
|
||||
+'(<a href="#..">view</a>)'
|
||||
+'</slot>\n'
|
||||
+'\n'
|
||||
// XXX temporary until I figure out how to deal with the saveto=".."
|
||||
// in implicit vs. explicit _view
|
||||
+'<slot name="title" class="title" contenteditable saveto="..">'
|
||||
+'@source(../title)'
|
||||
+'</slot>\n'
|
||||
+'\n'
|
||||
+'<slot name="page-content">\n'
|
||||
+'<code><pre>'
|
||||
+'<quote src="../raw" class="raw" saveto=".." contenteditable/>'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user