Skip to content

Commit e83c1ea

Browse files
committed
Add XML declaration to text right/chart left rels template
1 parent b6c308d commit e83c1ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
12
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
23
<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout" Target="../slideLayouts/slideLayout9.xml"/>
34
<Relationship Id="rId2" Target="../media/<%= @image_name %>" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"/>
45
<% @links.each_with_index do |link,index| %>
56
<Relationship Id="rId<%= 100 + index %>" Target="<%= link %>" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" TargetMode="External"/>
67
<% end %>
7-
</Relationships>
8+
</Relationships>

0 commit comments

Comments
 (0)