Skip to content

Instantly share code, notes, and snippets.

@thesp0nge
Created November 8, 2010 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thesp0nge/667680 to your computer and use it in GitHub Desktop.
Save thesp0nge/667680 to your computer and use it in GitHub Desktop.
Bugged Velocity
#if ($toOpenReworked.equalsIgnoreCase($toCheck) ||
($toCheck.containsIgnoreCase($toOpenReworked)) ||
($toOpenReworked.containsIgnoreCase($toCheck)))
#set($class="class ='active'")
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment