RTFM 2.0.1 - Minor Bug in Updated Articles

Hello,

It looks like there’s a minor bug in the ‘10 most recently updated’ articles
section on the main RTFM page - the article summary is shown twice
for each article in the list. Version of RTFM is 2.0.1.

I think the solution is to replace “Summary” with “Name” on
line 36 in /share/html/RTFM/Elements/UpdatedArticles

  • here’s a diff listing:

36c36
< <%$Article->Summary || loc(‘(no Summary)’)%>

    <%$Article->Name || loc('(no Name)')%>

Steve