summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2006-12-12 20:52:05 +0000
committerNick Burch <nick@apache.org>2006-12-12 20:52:05 +0000
commit203499fc478e95c033a637618477706f711ad0f1 (patch)
treea7c9427ad3611b80485dd0b9e3e49dda9fbe1663 /src
parentf49f4dba40b8b280988f3e81e1b61bbf71ca3863 (diff)
downloadpoi-203499fc478e95c033a637618477706f711ad0f1.tar.gz
poi-203499fc478e95c033a637618477706f711ad0f1.zip
Switch the position of one tag, so an older version of forrest likes it
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@486305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/documentation/content/xdocs/hslf/how-to-shapes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/hslf/how-to-shapes.xml b/src/documentation/content/xdocs/hslf/how-to-shapes.xml
index cdd1605749..a040c79be8 100644
--- a/src/documentation/content/xdocs/hslf/how-to-shapes.xml
+++ b/src/documentation/content/xdocs/hslf/how-to-shapes.xml
@@ -158,6 +158,7 @@
<p>
Currently, HSLF API supports the following types of pictures:
+ </p>
<ul>
<li>Windows Metafiles (WMF)</li>
<li>Enhanced Metafiles (EMF)</li>
@@ -165,7 +166,6 @@
<li>Portable Network Graphics (PNG)</li>
<li>Macintosh PICT</li>
</ul>
- </p>
<source>
SlideShow ppt = new SlideShow(new HSLFSlideShow("slideshow.ppt"));