diff options
author | Frank Peters <fpe@openoffice.org> | 2011-03-17 11:37:28 +0100 |
---|---|---|
committer | Frank Peters <fpe@openoffice.org> | 2011-03-17 11:37:28 +0100 |
commit | bd5f34e011d723600858e57667c17e21172f0f65 (patch) | |
tree | 6c2ce63b1588165075b26fc4f5ba42b5d61555b8 /readlicense_oo | |
parent | d07e4ca3fedf2c59bc4867ed4dd931dd35149cbb (diff) |
#i117372#
Diffstat (limited to 'readlicense_oo')
-rw-r--r-- | readlicense_oo/docs/readme/eval.xsl | 2 | ||||
-rwxr-xr-x | readlicense_oo/docs/readme/readme.xrm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/readlicense_oo/docs/readme/eval.xsl b/readlicense_oo/docs/readme/eval.xsl index e8830d43015c..613e61d673f9 100644 --- a/readlicense_oo/docs/readme/eval.xsl +++ b/readlicense_oo/docs/readme/eval.xsl @@ -1,5 +1,5 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <xsl:output method="html" /> + <xsl:output method="text" /> <xsl:template match="/Readme"> <html> <head> diff --git a/readlicense_oo/docs/readme/readme.xrm b/readlicense_oo/docs/readme/readme.xrm index 78716869e822..66203b687635 100755 --- a/readlicense_oo/docs/readme/readme.xrm +++ b/readlicense_oo/docs/readme/readme.xrm @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> @@ -31,6 +30,7 @@ <div id="Installation"> <h2 id="rr3fgf42r" xml:lang="en-US">Notes on Installation</h2> + <p class="note" id="javaneeded" xml:lang="en-US">${PRODUCTNAME} requires a recent version of JAVA for full functionality which is part of the ${PRODUCTNAME} installation package.</p> <h3 id="sdfsdfgf42r" xml:lang="en-US">System Requirements</h3> <div class="MAC" id="SystemRequirements_OSX"> <ul> |