Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3731
HideRevision.php.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:36 PM
2014-11-21 21:36:44 (UTC+0)
Size
469 B
Referenced Files
None
Subscribers
None
HideRevision.php.patch
View Options
Index: HideRevision.php
===================================================================
--- HideRevision.php (revision 21987)
+++ HideRevision.php (working copy)
@@ -611,8 +611,12 @@
'rows' => 25,
'wrap' => 'virtual',
'readonly' => 'readonly' ),
- $text) .
- "</div>" );
+ $text) );
+ if($text==''){
+ $wgOut->addHtml("</textarea></div>");
+ }else{
+ $wgOut->addHtml("</div>");
+ }
}
}
$dbr->freeResult( $result );
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3298
Default Alt Text
HideRevision.php.patch (469 B)
Attached To
Mode
T11842: Interface has error when Hidden revision is no text
Attached
Detach File
Event Timeline
Log In to Comment