Change css's separator to ,\n for viewing by editor
This commit is contained in:
parent
549a7815d2
commit
bef9a5d2d0
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
adblock.so
|
adblock.so
|
||||||
cssoutput
|
cssoutput
|
||||||
|
user.css
|
||||||
|
|
|
@ -395,7 +395,7 @@ ephy_uri_tester_add_url_pattern (EphyUriTester *tester,
|
||||||
static inline void
|
static inline void
|
||||||
ephy_uri_tester_frame_add (EphyUriTester *tester, char *line)
|
ephy_uri_tester_frame_add (EphyUriTester *tester, char *line)
|
||||||
{
|
{
|
||||||
const char *separator = " , ";
|
const char *separator = ",\n";
|
||||||
|
|
||||||
(void)*line++;
|
(void)*line++;
|
||||||
(void)*line++;
|
(void)*line++;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user