Skip to content

Commit

Permalink
Fixes image regex
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Apr 12, 2012
1 parent 1a50dcc commit b101d1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Kandan.Plugins.ImageEmbed
@options:
regex: /^http.*\.(jpg|jpeg|gif|png)/i
regex: /http.*\.(jpg|jpeg|gif|png)/i

template: _.template '''
<div class="image-preview">
Expand Down

0 comments on commit b101d1e

Please sign in to comment.