Skip to content

Commit

Permalink
[Confluence] - improved value order for "rating" variable
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed May 11, 2015
1 parent 75a6f28 commit 4e05280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
</variable>
<variable name="rating">
<value condition="substring(listitem.mpaa,Rated G)">mpaa_general</value>
<value condition="substring(listitem.mpaa,Rated PG) + !substring(listitem.mpaa,Rated PG-13)">mpaa_pg</value>
<value condition="substring(listitem.mpaa,Rated PG-13)">mpaa_pg13</value>
<value condition="substring(listitem.mpaa,Rated PG)">mpaa_pg</value>
<value condition="substring(Listitem.mpaa,Rated R)">mpaa_restricted</value>
<value condition="substring(Listitem.mpaa,Rated NC)">mpaa_nc17</value>
</variable>
Expand Down

0 comments on commit 4e05280

Please sign in to comment.