Skip to content

Commit 708ddcb

Browse files
committed
fix: Solve issue with copy function
1 parent 3777479 commit 708ddcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overrides/partials/citation-dialog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ <h1 class="dialog-header">Export Citation</h1>
66
<button id="close-citation-dialog-button" class="close-button md-icon" autofocus>&#x2716</button>
77
</div>
88
</header>
9-
<div id= "citation" class="md-typeset">
9+
<div class="md-typeset">
1010
<pre>
11-
<code>
11+
<code id= "citation">
1212
{% raw %}
1313
@article{fieni-2024,
1414
TITLE = {{PowerAPI: A Python framework for building software-defined power meters}},

0 commit comments

Comments
 (0)