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
203120e9
Commit
203120e9
authored
Apr 03, 2007
by
Penny Leach
Browse files
added a trailing slash onto a link to artefact/internal (without it
seems to break proxies!)
parent
8168051f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/resume/index.php
View file @
203120e9
...
...
@@ -220,7 +220,7 @@ function deleteComposite(type, id, artefact) {
function editprofilebutton() {
if (confirm('{$confirmeditprofilestr}')) {
document.location='{$wwwroot}artefact/internal';
document.location='{$wwwroot}artefact/internal
/
';
}
return false;
}
...
...
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