mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Put single quote instead of double quote
This commit is contained in:
parent
a1c796d461
commit
8118ca742f
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ end
|
|||
-- ###################################
|
||||
|
||||
local function sub_quotes_to_string(string_to_fix)
|
||||
return string_to_fix:gsub("%'", "‚")
|
||||
return string_to_fix:gsub("%'", "‘")
|
||||
end
|
||||
|
||||
-- ###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue