[Rt-commit] [svn] r1329 - rtfm/trunk/html/RTFM/Article/Elements

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Wed Aug 11 23:26:48 EDT 2004


Author: alexmv
Date: Wed Aug 11 23:26:48 2004
New Revision: 1329

Modified:
   rtfm/trunk/html/RTFM/Article/Elements/Preformatted
Log:
 * Missed one check for undef ArticleCFValue


Modified: rtfm/trunk/html/RTFM/Article/Elements/Preformatted
==============================================================================
--- rtfm/trunk/html/RTFM/Article/Elements/Preformatted	(original)
+++ rtfm/trunk/html/RTFM/Article/Elements/Preformatted	Wed Aug 11 23:26:48 2004
@@ -36,7 +36,7 @@
 <%$content%>
 % } else {
 % my $val = $values->Next;
-% my $content = $val->Content;
+% my $content = $val ? $val->Content : "";
 % if ($content =~ /<(.{1,5})>/) {
 %    $content = de_htmlify($content);
 % }


More information about the Rt-commit mailing list