Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #123 from oscam-emu/oscam-svn
Browse files Browse the repository at this point in the history
- git-svn-diff.sh changed permission to 755 (thanks to WXbet)
  • Loading branch information
WXbet authored Mar 27, 2024
2 parents 624d731 + 7eecaa6 commit af73dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-webif-tpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ char *xml_encode(struct templatevars *vars, const char *chartoencode)
pos += 6;
break;
case '\'':
memcpy(encoded + pos, "'", 5);
memcpy(encoded + pos, "'", 6);
pos += 6;
break;
case '\n':
Expand Down

0 comments on commit af73dde

Please sign in to comment.