Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
50573f26
Commit
50573f26
authored
Jun 12, 2006
by
Eric Eide
Browse files
In SPITFORM(), changed anchor text "Whats this?" to "What is this?"
parent
dfc75de4
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/beginexp_form.php3
View file @
50573f26
...
...
@@ -645,7 +645,7 @@ function SPITFORM($formfields, $errors)
}
echo
" </select>"
;
echo
" (<a href='
$TBDOCBASE
/doc/docwrapper.php3?"
.
"docname=linktest.html'><b>Whats this?</b></a>)"
;
"docname=linktest.html'><b>What
i
s this?</b></a>)"
;
echo
" </td>
</tr>
\n
"
;
}
...
...
www/editexp.php3
View file @
50573f26
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# Copyright (c) 2000-200
6
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -305,7 +305,7 @@ function SPITFORM($formfields, $errors)
}
echo
" </select>"
;
echo
" (<a href='
$TBDOCBASE
/doc/docwrapper.php3?"
.
"docname=linktest.html'><b>Whats this?</b></a>)"
;
"docname=linktest.html'><b>What
i
s this?</b></a>)"
;
echo
" </td>
</tr>
\n
"
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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