Skip to content

Commit

Permalink
update formula formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbrant3 committed Jan 10, 2025
1 parent acc417a commit 524f745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tag_summary_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h6>{{ get_full_name(orig_subtag) }}</h6>
</td>
<td>
<span>
address = {{ subtag.resolved[0].address }} + ({{ subtag.resolved[1].address - subtag.resolved[0].address }}*<i>#</i>)
address = {{ subtag.resolved[0].address }}+({{ subtag.resolved[1].address - subtag.resolved[0].address }}*<i>#</i>)
</span>
<!-- Can we determine address size based on the register type, yes we can. Data type determines address? -->
</td>
Expand Down

0 comments on commit 524f745

Please sign in to comment.