File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ local global_module_name_htmlEntities = 'htmlEntities'
88
99--[==[
1010The MIT License (MIT)
11- Copyright (c) 2016 Tiago Danin
11+ Copyright (c) 2017 Tiago Danin
1212
1313 Permission is hereby granted, free of charge, to any person obtaining a copy
1414 of this software and associated documentation files (the "Software"), to deal
@@ -31,9 +31,9 @@ Copyright (c) 2016 Tiago Danin
3131]==] --
3232
3333local htmlEntities = {
34- version = ' 1.1.0 ' ,
34+ version = ' 1.1.1 ' ,
3535 name = ' htmlEntities-for-lua' ,
36- author = ' Tiago Danin - 2016 ' ,
36+ author = ' Tiago Danin - 2017 ' ,
3737 license = ' GPLv3' ,
3838 page = ' https://TiagoDanin.github.io/htmlEntities-for-lua/'
3939}
@@ -52,7 +52,7 @@ local htmlEntities_table = {
5252 [' "' ] = ' "' ,
5353 [' #' ] = ' #' ,
5454 [' $' ] = ' $' ,
55- [' %' ] = ' %' ,
55+ [' %' ] = ' %% ' ,
5656 [' &' ] = ' &' ,
5757 [' &' ] = ' &' ,
5858 [' &' ] = ' &' ,
@@ -2279,7 +2279,7 @@ local htmlEntities_table = {
22792279 [' "' ] = ' "' ,
22802280 [' #' ] = ' #' ,
22812281 [' $' ] = ' $' ,
2282- [' %' ] = ' %' ,
2282+ [' %' ] = ' %% ' ,
22832283 [' &' ] = ' &' ,
22842284 [' '' ] = " '" ,
22852285 [' (' ] = ' (' ,
You can’t perform that action at this time.
0 commit comments