Skip to content

Commit

Permalink
fix: distillpub#94 distillpub#91 distillpub#87 polynomial subscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeleidy committed Jun 12, 2018
1 parent 36d172e commit dc462cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion public/assets/eigensum.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function renderEigenPanel(eigensum, U, x, b, wi, refit, hat, renderStars) {
function renderEquation(hat, value, number) {
var html = hat ? MathCache("phat") : MathCache("p");
html = html.replace('<span class="mord mathrm">0</span>', value);
html = html.replace('<span class="mord mathrm">1</span>', number);
html = html.replace('<span class="mord mathrm mtight">1</span>', number);
return html;
}

Expand Down
Loading

0 comments on commit dc462cf

Please sign in to comment.