Changeset:
        0f0b5e0e0ef2
        
https://sourceforge.net/p/mrbs/hg-code/ci/0f0b5e0e0ef252a0b7b987b185f9a34f3364a113
Author:
        Campbell Morrison <[email protected]>
Date:
        Fri Nov 11 17:01:36 2016 +0000
Log message:

Replaced '...' with the ellipsis HTML entity.

diffstat:

 web/admin.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1698de3cad7d -r 0f0b5e0e0ef2 web/admin.php
--- a/web/admin.php     Fri Nov 11 16:25:35 2016 +0000
+++ b/web/admin.php     Fri Nov 11 17:01:36 2016 +0000
@@ -347,7 +347,7 @@
                       $html = "<td title=\"" . htmlspecialchars($value) . 
"\"><div>";
                       // Truncate before conversion, otherwise you could chop 
off in the middle of an entity
                       $html .= htmlspecialchars(utf8_substr($value, 0, 
$max_content_length));
-                      $html .= (utf8_strlen($value) > $max_content_length) ? " 
..." : "";
+                      $html .= (utf8_strlen($value) > $max_content_length) ? 
'&hellip;' : '';
                       $html .= "</div></td>\n";
                       echo $html;
                     }

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to