Showing 1 changed files with 1 additions and 0 deletions
+1
.fgfs/fgaddon
... ...
@@ -49,6 +49,7 @@ function sqlite_request () {
49 49
 function xmlremovecomments () {
50 50
     sed -ri 's/<(!--|script>)/\n&/;s/(<\/script|--)>/&\n/' $setxml
51 51
     sed -ri '/<(script>|!--).*(<\/script|--)>/d;/<(script>|!--)/,/(<\/script|--)>/d' $setxml
52
+    sed -i 's/\xef\xbb\xbf//' $setxml
52 53
 }
53 54
 
54 55
 function trap_break () {