Merge lp:~guiona/bilboplanet/669538 into lp:~greg-theclimber/bilboplanet/testing

Proposed by Guiona
Status: Merged
Merged at revision: 122
Proposed branch: lp:~guiona/bilboplanet/669538
Merge into: lp:~greg-theclimber/bilboplanet/testing
Diff against target: 21 lines (+2/-2)
1 file modified
inc/lib/simplepie/simplepie.inc (+2/-2)
To merge this branch: bzr merge lp:~guiona/bilboplanet/669538
Reviewer Review Type Date Requested Status
Gregoire de Hemptinne Pending
Review via email: mp+39775@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'inc/lib/simplepie/simplepie.inc'
2--- inc/lib/simplepie/simplepie.inc 2010-09-21 14:34:02 +0000
3+++ inc/lib/simplepie/simplepie.inc 2010-11-01 20:13:50 +0000
4@@ -12151,7 +12151,7 @@
5 }
6 else
7 {
8- $this->query = $this->replace_invalid_with_pct_encoding($query, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~!$\'()*+,;:@/?');
9+ $this->query = $this->replace_invalid_with_pct_encoding($query, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~!$\'()*+,;:@/?&=');
10 }
11 $this->valid[__FUNCTION__] = true;
12 return true;
13@@ -12172,7 +12172,7 @@
14 }
15 else
16 {
17- $this->fragment = $this->replace_invalid_with_pct_encoding($fragment, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~!$&\'()*+,;=:@/?');
18+ $this->fragment = $this->replace_invalid_with_pct_encoding($fragment, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~!$&\'()*+,;=:@/?&=');
19 }
20 $this->valid[__FUNCTION__] = true;
21 return true;

Subscribers

People subscribed via source and target branches

to all changes: