Content deleted Content added
avoid repeatedly checking the existence of categories |
check redundant here too |
||
Line 401:
if class=='' then -- local class is blank
class = check_fallbacks(article_class, assessment_cat) -- check fallbacks again now that class may have changed
check_redundant()
elseif class==article_class then -- local class matches article class or is blank
check_redundant()
|