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

Unified Diff: sitescripts/subscriptions/template/recommendations.xml

Issue 29334078: Issue 3117 - Restricted "prefixes" attribute in recommendations.xml to language subscriptions (Closed)
Patch Set: Created Jan. 20, 2016, 12:22 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: sitescripts/subscriptions/template/recommendations.xml
===================================================================
--- a/sitescripts/subscriptions/template/recommendations.xml
+++ b/sitescripts/subscriptions/template/recommendations.xml
@@ -26,7 +26,9 @@
specialization="{{subscription.specialization}}"
url="{{url}}"
homepage="{{homepage}}"
+ {%- if subscription.languages %}
prefixes="{{subscription.languages}}"
+ {%- endif %}
author="{{subscription.maintainer}}"
type="{{subscription.type}}"/>
{% endif -%}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld