00001 Dependencies = []
00002
00003 def execute(macro, args):
00004 key = args.split()[0]
00005 if '<' in key or '>' in key or '"' in key:
00006 return "Invalid Lurker argument"
00007 else:
00008 return macro.formatter.rawHTML('<a class="mailto" href="https://code.ros.org/lurker/%s.en.html">[ML]</a>'%(key))