Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
769f6a7a
Commit
769f6a7a
authored
Apr 30, 2009
by
Nigel McNie
Browse files
Some whitespace/documentation fixes.
parent
7072954d
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/export/html/lib.php
View file @
769f6a7a
...
...
@@ -364,7 +364,6 @@ class HtmlExportOutputFilter {
$html
);
return
$html
;
}
...
...
htdocs/export/leap/lib.php
View file @
769f6a7a
...
...
@@ -201,8 +201,7 @@ class PluginExportLeap extends PluginExport {
}
/**
* export all the views
* @todo later
* Export the views
*/
private
function
export_views
()
{
foreach
(
$this
->
get
(
'views'
)
as
$view
)
{
...
...
@@ -245,7 +244,7 @@ class PluginExportLeap extends PluginExport {
}
/**
*
e
xport
all
the artefacts
*
E
xport the artefacts
*/
private
function
export_artefacts
()
{
$progressstart
=
30
;
...
...
Write
Preview
Supports
Markdown
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