Skip to content

Commit

Permalink
FW Base: Fix malformed xml
Browse files Browse the repository at this point in the history
Fixed error from commit:
http://review.cyanogenmod.org/#/c/95508/

Change-Id: I4a304ee8b51f3f5de1a227050bc06b592c2fc029
  • Loading branch information
NBruderman committed Apr 19, 2015
1 parent aa39bf6 commit a869ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/res/res/xml/sms_short_codes.xml
Expand Up @@ -110,7 +110,7 @@
<shortcode country="hu" pattern="[01](?:\\d{3}|\\d{9})" premium="0691227910|1784" free="116\\d{3}" />

<!-- Indonesia: 2-4 digit codes with a whitelist of free codes -->
<shortcode country="id" pattern"\\d{2,4}" free="4444|999|11|261|2619" />
<shortcode country="id" pattern="\\d{2,4}" free="4444|999|11|261|2619" />

<!-- Ireland: 5 digits, 5xxxx (50xxx=free, 5[12]xxx=standard), plus EU:
http://www.comreg.ie/_fileupload/publications/ComReg1117.pdf -->
Expand Down

0 comments on commit a869ab9

Please sign in to comment.