Skip to content

Commit fb1f303

Browse files
committed
cleaned language select drop down
1 parent d28d84b commit fb1f303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FileMap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1 id="Blur">Source Code Visualizer</h1>
7171
<p>{{.DisplayTitle}}</p>
7272
<form action="/display" method="post">
7373
<input id="scanPath" type="text" name="scanPath" placeholder="Source Code Directory">
74-
<select id="wantedExts" name="wantedExts">
74+
<select id="langSelect" name="wantedExts">
7575
<option value="*">All Files</option>
7676
<option value=".c .cpp .h .hpp .cc .cxx">C/C++</option>
7777
<option value=".py">Python</option>

0 commit comments

Comments
 (0)