Changeset 1833:81903fe2f6eb
- Timestamp:
- 09/12/13 00:05:03 (12 years ago)
- Branch:
- Ticket #1539
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/jsToolBar/jsToolBar.wysiwyg.js
r1831 r1833 88 88 } else if (window.navigator.product != undefined && 89 89 window.navigator.product == 'Gecko') { 90 This.ibody.innerHTML = '<p><br _moz_editor_blogus_node="TRUE" _moz_dirty="" ></p>';90 This.ibody.innerHTML = '<p><br _moz_editor_blogus_node="TRUE" _moz_dirty=""/></p>'; 91 91 } else { 92 92 var idoc = This.iwin.document; -
plugins/pages/page.php
r1828 r1833 490 490 491 491 echo '<div class="multi-part" title="'.__('Edit page').'" id="edit-entry">'; 492 echo '<h3 class="hidden">'.__('Edit page').'</h3>';493 492 echo '<form action="'.html::escapeURL($redir_url).'" method="post" id="entry-form">'; 494 493 495 494 echo '<div id="entry-wrapper">'; 496 495 echo '<div id="entry-content"><div class="constrained">'; 496 echo '<h3 class="out-of-screen-if-js">'.__('Edit page').'</h3>'; 497 497 498 498
Note: See TracChangeset
for help on using the changeset viewer.