#013267: consider trim()'ing text in docbook conversion from reST

Description:

Using reST code as seen below gives me the following XML:

<?xml version="1.0"?>
<article xmlns="http://docbook.org/ns/docbookurl">
<section id="document_title">
<sectioninfo/>
<title> Document Title </title>
</section>
</article>

Seems like it should rather produce:

<?xml version="1.0"?>
<article xmlns="http://docbook.org/ns/docbookurl">
<section id="document_title">
<sectioninfo/>
<title>Document Title</title>
</section>
</article>


Environment:

Operating System:
PHP Version: (please be specific, like '4.4.3' or '5.1.5')
Database and version:
Browser (and version):


Steps to Reproduce:

$string = <<<EOT
===================
Document Title
===================
EOT;


- Attachments

No attachments for this issue.


- Comments

Fixed in revision #8523.

#257258 by Kore Nordmann on July 2nd, 2008 [Permanent Link]

- History
Properties
Type Bug
Priority Medium
Component Components » Document
Affects Unknown
Fix Version -
Reporter Lukas Smith
Responsible Kore Nordmann
Status 0 Closed
Resolution Fixed
Created June 29th, 2008
Updated July 2nd, 2008
Resolved July 2nd, 2008
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #015537
  Graph shows to small and truncated rotated axis labels