bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-05 03:26:04 +03:00
parent 9e49e4f9b3
commit 4fadfe4a0f

View File

@ -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/>'