Guest User

Untitled

a guest
Nov 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!-- Cleanup AKA title, if the movie has no alternative titles -->
  2. <parse name="special_edition" input="${movie.alternate_titles}" regex="###(.+?)###" />
  3. <if test="${special_edition[0][0]}!=">
  4. <set name="movie.alternate_titles" value="..." />
  5. </if>
Add Comment
Please, Sign In to add comment