www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d8f90b6488d99aae87e3a99dcbc7c7a3a5699487
parent 64d603e646882259213e2766105fa17e936507f9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 13 Apr 2011 09:25:19 +0000

Don't strip 'cite' attribute from <blockquote> (used by browser pane context menu options to specify the source URL)


Diffstat:
Mchrome/content/zotero/tinymce/note.html | 2+-
Mchrome/content/zotero/tinymce/noteview.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/tinymce/note.html b/chrome/content/zotero/tinymce/note.html @@ -51,7 +51,7 @@ + "name|href|target|title|class],strong/b,em/i,strike,u," + "#p,-ol[type|compact],-ul[type|compact],-li,br,img[longdesc|usemap|" + "src|border|alt=|title|hspace|vspace|width|height|align],-sub,-sup," - + "-blockquote,-table[border=0|cellspacing|cellpadding|width|frame|rules|" + + "-blockquote[cite],-table[border=0|cellspacing|cellpadding|width|frame|rules|" + "height|align|summary|bgcolor|background|bordercolor],-tr[rowspan|width|" + "height|align|valign|bgcolor|background|bordercolor],tbody,thead,tfoot," + "#td[colspan|rowspan|width|height|align|valign|bgcolor|background|bordercolor" diff --git a/chrome/content/zotero/tinymce/noteview.html b/chrome/content/zotero/tinymce/noteview.html @@ -43,7 +43,7 @@ table.mceLayout > tbody > tr.mceLast { + "name|href|target|title|class],strong/b,em/i,strike,u," + "#p,-ol[type|compact],-ul[type|compact],-li,br,img[longdesc|usemap|" + "src|border|alt=|title|hspace|vspace|width|height|align],-sub,-sup," - + "-blockquote,-table[border=0|cellspacing|cellpadding|width|frame|rules|" + + "-blockquote[cite],-table[border=0|cellspacing|cellpadding|width|frame|rules|" + "height|align|summary|bgcolor|background|bordercolor],-tr[rowspan|width|" + "height|align|valign|bgcolor|background|bordercolor],tbody,thead,tfoot," + "#td[colspan|rowspan|width|height|align|valign|bgcolor|background|bordercolor"