fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
autotagging
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
view_editor_wysiwyg.js
diff --git
a/redakcja/static/js/wiki/view_editor_wysiwyg.js
b/redakcja/static/js/wiki/view_editor_wysiwyg.js
index
ad48a21
..
37e8613
100644
(file)
--- a/
redakcja/static/js/wiki/view_editor_wysiwyg.js
+++ b/
redakcja/static/js/wiki/view_editor_wysiwyg.js
@@
-486,8
+486,8
@@
$('#html-view').html(element);
_finalize(success);
},
$('#html-view').html(element);
_finalize(success);
},
- error: function(text){
- $('#html-view').html('<p class="error">Wystąpił błąd:</p><p
re>'+text
+'</pre>');
+ error: function(text
, source
){
+ $('#html-view').html('<p class="error">Wystąpił błąd:</p><p
>'+text+'</p><pre>'+source.replace(/&/g, '&').replace(/</g, '<')
+'</pre>');
_finalize(failure);
}
});
_finalize(failure);
}
});