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
729f60d8
Commit
729f60d8
authored
May 07, 2009
by
Nigel McNie
Browse files
Use <th> for the personalinformation headers.
parent
f3b2d7fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/resume/theme/default/fragments/personalinformation.tpl
View file @
729f60d8
...
...
@@ -2,7 +2,7 @@
<colgroup
width=
"50%"
span=
"2"
></colgroup>
{
foreach
from
=
$fields
key
=
'field'
item
=
'value'
}
<tr>
<t
d
>
{
$field
|
escape
}
</t
d
>
<t
h
>
{
$field
|
escape
}
</t
h
>
<td>
{
$value
|
escape
}
</td>
</tr>
{/
foreach
}
...
...
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