Skip to content

Commit 699a770

Browse files
authored
Update index.html
1 parent 067fbd9 commit 699a770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonformatter/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>JSON Formatter</h2>
3535
<option>8 Tab Space</option>
3636
</select>
3737
</div>
38-
<button class="btn btn-success mb-3" onclick="formatJson()" >Format / Beautify</button>
38+
<button class="btn btn-success mb-3" onclick="format_json()" >Format / Beautify</button>
3939
<div class="mt-4">
4040
<img src="https://via.placeholder.com/300x250" alt="Ad" class="img-fluid">
4141
</div>

0 commit comments

Comments
 (0)