Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 857bb07d authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix incorrect escape in framework string

Bug: 198366548
Change-Id: I1dcce46634f60eff928fe8d58df7cdfef3360687
parent 3c618772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,6 +274,6 @@
    <shortcode country="yt" pattern="\\d{1,5}" free="38600,36300,36303,959" />

    <!-- South Africa -->
    <shortcode country="za" pattern="\d{1,5}" free="44136|30791|36056" />
    <shortcode country="za" pattern="\\d{1,5}" free="44136|30791|36056" />

</shortcodes>