corrade-http-templates – Blame information for rev 62

Subversion Repositories:
Rev:
Rev Author Line No. Line
62 office 1 define(function() {
2 // Match a standalone tag
3 return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
4 <(\w+)\s*\/?><\/\1>});