[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[7456] change content back to normalized
From: |
gavinsmith0123 |
Subject: |
[7456] change content back to normalized |
Date: |
Sun, 16 Oct 2016 17:52:46 +0000 (UTC) |
Revision: 7456
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7456
Author: gavin
Date: 2016-10-16 17:52:46 +0000 (Sun, 16 Oct 2016)
Log Message:
-----------
change content back to normalized
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/Texinfo/Convert/Plaintext.pm
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2016-10-16 09:55:36 UTC (rev 7455)
+++ trunk/ChangeLog 2016-10-16 17:52:46 UTC (rev 7456)
@@ -1,5 +1,11 @@
2016-10-16 Gavin Smith <address@hidden>
+ * tp/Texinfo/Convert/Plaintext.pm (_convert): For 'float'
+ elements, change check on 'content' value back to check on
+ 'normalized' value on 'type' hash.
+
+2016-10-16 Gavin Smith <address@hidden>
+
* tp/Texinfo/Convert/Plaintext.pm (_align_lines, _convert):
Remove some commented-out lines for debugging purposes. Reduce
references to 'normalized' values on elements. For 'float'
Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm 2016-10-16 09:55:36 UTC (rev
7455)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm 2016-10-16 17:52:46 UTC (rev
7456)
@@ -3327,7 +3327,7 @@
}
if ($root->{'extra'}
- and ($root->{'extra'}->{'type'}->{'content'} ne ''
+ and ($root->{'extra'}->{'type'}->{'normalized'} ne ''
or defined($root->{'number'})
or $root->{'extra'}->{'caption'} or
$root->{'extra'}->{'shortcaption'})) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [7456] change content back to normalized,
gavinsmith0123 <=