Differences From Artifact [5b2e8107c9]:
- File src/style.c — part of check-in [63958fc5a7] at 2011-03-22 18:47:55 on branch trunk — Always redirect to a fully qualified URL. Give the setup user an opportunity to redirecct from test_env for testing purposes. (user: drh size: 21212)
To Artifact [9d03ff78cd]:
- File src/style.c — part of check-in [a99e9c9164] at 2011-03-23 16:16:03 on branch trunk — Always put [..] marks around SHA1 hyperlinks. For unknown SHA1 numbers, enclose in <span class="brokenlink">. (user: drh size: 21286) [more...]
| ︙ | ︙ | |||
732 733 734 735 736 737 738 739 740 741 742 743 744 745 |
{ "p.noMoreShun",
"format for artifact lines, no longer shunned",
@ color: blue;
},
{ "p.shunned",
"format for artifact lines beeing shunned",
@ color: blue;
},
{ 0,
0,
0
}
};
| > > > > | 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 |
{ "p.noMoreShun",
"format for artifact lines, no longer shunned",
@ color: blue;
},
{ "p.shunned",
"format for artifact lines beeing shunned",
@ color: blue;
},
{ "span.brokenlink",
"a broken hyperlink",
@ color: red;
},
{ 0,
0,
0
}
};
|
| ︙ | ︙ |