Skip to content

Commit

Permalink
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
Browse files Browse the repository at this point in the history
  • Loading branch information
distler committed Feb 23, 2010
2 parents f4f9261 + cb1fe51 commit 9f86780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/svg-edit/editor/extensions/ext-itex.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ $(function() {
// make an AJAX request to the server, to get the MathML
$.get('../../itex', {'tex': tex, 'display': 'inline'}, function(data){
math.setAttributeNS(xmlnsns, 'xmlns', mathns);
math.setAttributeNS(xmlnsns, 'xmlns:xlink', xlinkns);
math.setAttribute('display', 'inline');
var semantics = document.createElementNS(mathns, 'semantics');
var annotation = document.createElementNS(mathns, 'annotation');
Expand Down

0 comments on commit 9f86780

Please sign in to comment.