docubot 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/docubot.rb +1 -1
- data/lib/docubot/writers/chm/hhc.erb +3 -1
- metadata +1 -1
data/lib/docubot.rb
CHANGED
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
<LI> <OBJECT type="text/sitemap">
|
|
11
11
|
<param name="Name" value="<%=CGI.escapeHTML child.title%>">
|
|
12
12
|
<param name="Local" value="<%=FileUtils.win_path( @html_path / child.html_path ).gsub('&','%26')%>">
|
|
13
|
-
<%if child.
|
|
13
|
+
<%if child.icon?
|
|
14
|
+
%><param name="ImageNumber" value="<%=child.icon%>"><%
|
|
15
|
+
elsif child.sublink?
|
|
14
16
|
%><param name="ImageNumber" value="17"><%
|
|
15
17
|
elsif child.leaf?
|
|
16
18
|
%><param name="ImageNumber" value="11"><%
|