Skip to content

Commit 17d40dc

Browse files
committed
webui: use double quotes around VPN client list to reduce chances of broken JS code
1 parent 2f80ac4 commit 17d40dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/src/router/www/Advanced_OpenVPNClient_Content.asp

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ var digestsarray = [
221221
];
222222
223223
224-
var clientlist_array = '<% nvram_get("vpn_client_clientlist"); %>';
224+
var clientlist_array = "<% nvram_get("vpn_client_clientlist"); %>";
225225
226226
function initial()
227227
{

0 commit comments

Comments
 (0)