git.cweiske.de
/
grauphel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fcc312
)
do not force wrap; we break links with that
author
Christian Weiske
<
[email protected]
>
Tue, 17 Mar 2015 21:14:36 +0000
(22:14 +0100)
committer
Christian Weiske
<
[email protected]
>
Tue, 17 Mar 2015 21:14:36 +0000
(22:14 +0100)
lib/converter/restructuredtext.php
patch
|
blob
|
history
diff --git
a/lib/converter/restructuredtext.php
b/lib/converter/restructuredtext.php
index 8419af631130dbbbea950f49a0cdcd2515d25b40..149fa4a224413895976b144411d84c473bfc5d67 100644
(file)
--- a/
lib/converter/restructuredtext.php
+++ b/
lib/converter/restructuredtext.php
@@
-134,7
+134,7
@@
class ReStructuredText extends Base
$headingLength = strlen(trim($reader->value));
$store .= trim($reader->value);
} else {
- $text = wordwrap($reader->value, 72 - 2 * $listLevel, "\n"
, true
);
+ $text = wordwrap($reader->value, 72 - 2 * $listLevel, "\n");
$parts = explode("\n", $text);
foreach ($parts as $k => $v) {
if ($k == 0) {