RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

use LA_ instead of L_ in JavaScript #67

Closed RobertHeim closed 8 years ago

RobertHeim commented 9 years ago
<dd><input type="radio" class="radio" name="robertheim_topictags_prune" value="1" onclick="alert('{L_TOPICTAGS_PRUNE_CONFIRM}');" /> {L_YES} &nbsp;

For security reasons, LA should be used in javascript instead of L.