Sha256: ae481b06d316966447b784d2d312f84a64681f09a7a00f1425db8aaa0b35a646

Contents?: true

Size: 251 Bytes

Versions: 7

Compression:

Stored size: 251 Bytes

Contents

<?xml version="1.0" ?>
<notes>
<% notes.each do |note| %>
  <note file="<%= note.file %>" line="<%= note.line %>" type="<%= label %>">
    <%= h note.textline %>
<% if note.code? %>

<![CDATA[
<%= note.code %>
]]>
<% end %>
</note>
<% end %>
</notes>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
mvz-dnote-1.10.0 lib/dnote/templates/xml/list.erb
mvz-dnote-1.9.0 lib/dnote/templates/xml/list.erb
mvz-dnote-1.8.0 lib/dnote/templates/xml/list.erb
mvz-dnote-1.7.2 lib/dnote/templates/xml/list.erb
mvz-dnote-1.7.1 lib/dnote/templates/xml/list.erb
dnote-1.7.1 lib/dnote/templates/xml/list.erb
dnote-1.7.0 lib/dnote/templates/xml/list.erb