Skip to content

Commit

Permalink
add missing tag definition for img
Browse files Browse the repository at this point in the history
  • Loading branch information
al2o3cr committed Jan 5, 2012
1 parent 38833a6 commit 51d269d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dryml/taglibs/core.dryml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,6 @@ collection is considered blank)
<!-- nodoc. Define core HTML tags defined in Rapid so that DRYML can be used without Rapid. -->
<def tag="link"><%=raw "<link#{tag_options(attributes, true)}>" -%><do param="default"/><%= raw "</link>" -%></def>

<!-- nodoc. Define core HTML tags defined in Rapid so that DRYML can be used without Rapid. -->
<def tag="img"><%=raw "<img#{tag_options(attributes, true)} />" -%></def>

0 comments on commit 51d269d

Please sign in to comment.