Skip to content

Commit 8303e18

Browse files
committed
refs #24 fix id
1 parent a00b46d commit 8303e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_nekochan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def run(self) -> list[nodes.Node]:
182182
js = """<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/2.3.1/list.min.js"></script>
183183
<script>
184184
var options = {valueNames: ['name', 'aliases']};
185-
var userList = new List('users', options);
185+
var userList = new List('nekochan', options);
186186
</script>"""
187187
search_text = '<input class="search" placeholder="Search" />'
188188
js_node = nodes.raw("", nodes.Text(js), format="html")

0 commit comments

Comments
 (0)