| Index: includes/interface.tmpl |
| =================================================================== |
| --- a/includes/interface.tmpl |
| +++ b/includes/interface.tmpl |
| @@ -13,17 +13,17 @@ |
| # |
| # You should have received a copy of the GNU General Public License |
| # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| #} |
| {% macro return_type(return_type) %} |
| {% if return_type|truncate(1, True, "") == "I" %} |
| {{ return_type|linkify }} |
| - {{ return_type -}} |
| + {{- return_type -}} |
| </a> |
| {% else %} |
| {{ return_type }} |
| {% endif %} |
| {% endmacro %} |
| {% macro display_interface(interface, links) %} |
| {% set interface=interface|parse_interface %} |