Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/interface.tmpl

Issue 5748985583108096: Noissue - Get rid of extra whitespace in interface links (Closed)
Patch Set: Created May 5, 2015, 3:42 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 %}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld