You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2010-03-15 20:44:54
- agita
- Member
- Registered: 2010-02-28
- Posts: 39
eng/admin_options.php
Line 138, "...new links is X = <a href="URL">LINK</a> where X is..."
Shouldnt there be < and > instead &left, &right, like strong tag is in < >?
Offline
#2 2010-03-15 20:49:34
- Reines
- Lead developer

- From: Scotland
- Registered: 2008-05-11
- Posts: 3,140
- Website
Re: eng/admin_options.php
No, in that case you want the <a href="URL">LINK</a> to be displayed exactly like that to the user, so it has to be encoded. In the case of any strong tags etc in the language files that usually means you want their contents to actually be displayed bold, not the <strong> tags displayed.
Offline
Pages: 1
