Skip to content

Commit

Permalink
set pre tags to display CITATION.cff content in window
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jettka committed Nov 21, 2024
1 parent 525fae5 commit 4b0f32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controller/window/about/AboutWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Ext.define('EdiromOnline.controller.window.about.AboutWindow', {
window.doAJAXRequest('resources/CITATION.cff',
'GET', {},
Ext.bind(function(response){
view.setResult(response.responseText);
view.setResult('<pre>'+response.responseText+'</pre>');
}, this)
);
}
Expand Down

0 comments on commit 4b0f32c

Please sign in to comment.