Module:Lang: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Fixed processing of HTML tags for get_string |
Gammaton32 (talk | contribs) remove <br> processing |
||
| Line 46: | Line 46: | ||
-- Remove all other span tags (keeping only content) | -- Remove all other span tags (keeping only content) | ||
text = text:gsub('<span class=".-">(.-)</span>', '%1') | text = text:gsub('<span class=".-">(.-)</span>', '%1') | ||
return text | return text | ||