mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 08:31:38 +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'
|
+'</div>\n'
|
||||||
+'\n'
|
+'\n'
|
||||||
+'<hr>\n'
|
+'<hr>\n'
|
||||||
+'<h1 class="title" contenteditable tabindex="0" saveto="..">'
|
//+'<h1 class="title" contenteditable tabindex="0" saveto="..">'
|
||||||
|
+'<h1 saveto="..">'
|
||||||
+'<slot name="title">'
|
+'<slot name="title">'
|
||||||
+'@source(../title)'
|
+'@source(../title)'
|
||||||
+'</slot>'
|
+'</slot>'
|
||||||
@ -756,6 +757,12 @@ var data = {
|
|||||||
+'(<a href="#..">view</a>)'
|
+'(<a href="#..">view</a>)'
|
||||||
+'</slot>\n'
|
+'</slot>\n'
|
||||||
+'\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'
|
+'<slot name="page-content">\n'
|
||||||
+'<code><pre>'
|
+'<code><pre>'
|
||||||
+'<quote src="../raw" class="raw" saveto=".." contenteditable/>'
|
+'<quote src="../raw" class="raw" saveto=".." contenteditable/>'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user