Fixed editing quote headers
authorAlexander Ebert <ebert@woltlab.com>
Thu, 19 Mar 2015 12:09:59 +0000 (13:09 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 19 Mar 2015 12:09:59 +0000 (13:09 +0100)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js

index 81f9337459fb3c326cf52f06a190db8f65a8f59a..1c7833a7fe7b0b06192af04879b8e2e909b606a9 100644 (file)
@@ -2033,7 +2033,7 @@ RedactorPlugins.wbbcode = function() {
                        var $link = quote.attr('cite');
                        if ($link) $link = WCF.String.escapeHTML($link);
                        
-                       quote.find('> div > header > h3').empty().append(this.wbbcode._buildQuoteHeader($author, $link));       
+                       quote.find('> header > h3').empty().append(this.wbbcode._buildQuoteHeader($author, $link));     
                },
                
                /**