Changes for page For Developers


From version 20.2
edited by Artur
on 2025/10/10 22:37
Change comment: There is no comment for this version
To version 20.1
edited by Artur
on 2025/09/30 11:08
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -71,11 +71,10 @@
71 71   if (pop) {
72 72   var $tip = pop.tip();
73 73   $tip.addClass('ttl-preview-popover');
74 - var resp = ttlText.result;
75 75   $tip.find('.popover-body, .popover-content')
76 76   .html(
77 77   '<pre style="white-space: pre-wrap; font-family: monospace; margin:0;font-size:85%;">' +
78 - $('<div>').text(resp).html() +
77 + $('<div>').text(ttlText).html() +
79 79   '</pre>'
80 80   );
81 81   }