Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
36a24289
Commit
36a24289
authored
May 13, 2013
by
metzlerd
Browse files
Fixed notice on word export.
parent
a989f15a
Changes
1
Hide whitespace changes
Inline
Side-by-side
docformats/FrxWordDoc.inc
View file @
36a24289
...
...
@@ -14,7 +14,7 @@ class FrxWordDoc extends FrxDocument {
$css
=
$this
->
loadCSSFiles
(
$format
);
$output
=
'<html><head>'
;
$output
.
=
'<meta http-equiv="Content-Type" content="text/html"/>'
;
if
(
$options
[
'css'
]
||
isset
(
$r
->
rpt_xml
->
head
->
style
))
{
if
(
isset
(
$r
->
rpt_xml
->
head
->
style
))
{
$output
.
=
'<style type="text/css">'
;
$output
.
=
$css
;
if
(
isset
(
$r
->
rpt_xml
->
head
->
style
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment