Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1305
wtm-bug487.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 6:56 PM
2014-11-21 18:56:16 (UTC+0)
Size
730 B
Referenced Files
None
Subscribers
None
wtm-bug487.patch
View Options
Index: EditPage.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/EditPage.php,v
retrieving revision 1.115
diff -u -r1.115 EditPage.php
--- EditPage.php 3 Sep 2004 22:59:59 -0000 1.115
+++ EditPage.php 14 Sep 2004 20:17:13 -0000
@@ -402,7 +402,7 @@
$parserOutput = $wgParser->parse( $previewtext , $wgTitle, $parserOptions );
$wgOut->addHTML( $parserOutput->mText );
} else {
- $parserOutput = $wgParser->parse( $this->mArticle->preSaveTransform( $this->textbox1 ) ."\n\n",
+ $parserOutput = $wgParser->parse( $this->mArticle->preSaveTransform( $this->textbox1 ),
$wgTitle, $parserOptions );
$previewHTML = $parserOutput->mText;
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1204
Default Alt Text
wtm-bug487.patch (730 B)
Attached To
Mode
T2487: HTML comments cause invisible text in tables
Attached
Detach File
Event Timeline
Log In to Comment