Изменения

м
Нет описания правки
Строка 125: Строка 125:  
term_to_show = text
 
term_to_show = text
 
end
 
end
 +
 
-- define term in a simple form as a title in dictionary
 
-- define term in a simple form as a title in dictionary
 
if not isempty(frame.args['term']) then
 
if not isempty(frame.args['term']) then
Строка 161: Строка 162:     
-- DEBUG
 
-- DEBUG
--text = '<p>DEBUG: view: ' .. view .. "; term: " .. term .. "; description: " .. description .. "; origin: " .. origin .. '</p>' .. text
+
--text = '<p>DEBUG: view: '.. view .."; term: ".. term .."; term to show: ".. term_to_show .."; description: ".. description .."; origin: ".. origin ..'</p>'.. text
 
--return  text .. reference  
 
--return  text .. reference