Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7887
rsd.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 11:35 PM
2014-11-21 23:35:42 (UTC+0)
Size
505 B
Referenced Files
None
Subscribers
None
rsd.patch
View Options
Index: includes/OutputPage.php
===================================================================
--- includes/OutputPage.php (revision 92407)
+++ includes/OutputPage.php (working copy)
@@ -2827,7 +2827,7 @@
$tags[] = Html::element( 'link', array(
'rel' => 'EditURI',
'type' => 'application/rsd+xml',
- 'href' => wfExpandUrl( wfAppendQuery( wfScript( 'api' ), array( 'action' => 'rsd' ) ) ),
+ 'href' => wfAppendQuery( wfScript( 'api' ), array( 'action' => 'rsd' ) ),
) );
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7415
Default Alt Text
rsd.patch (505 B)
Attached To
Mode
T31976: protocol relative uri for meta edituri
Attached
Detach File
Event Timeline
Log In to Comment