diff options
author | INOPIAE <inopiae@cacert.org> | 2014-01-28 22:23:31 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-01-28 22:23:31 +0100 |
commit | 962f49f95848b7185e533a43b4dca4a6099a1099 (patch) | |
tree | 079052d53d61b5ee227b2e98ee0dd8f1dc4f7af3 | |
parent | 3f7237c71e957ca32229c826000aedaddb9fbad4 (diff) | |
download | cacert-devel-bug-1239.tar.gz cacert-devel-bug-1239.tar.xz cacert-devel-bug-1239.zip |
bug 1239: fixed typo for titlebug-1239
-rw-r--r-- | pages/index/1.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index/1.php b/pages/index/1.php index a63c5bc..6ac7807 100644 --- a/pages/index/1.php +++ b/pages/index/1.php @@ -108,8 +108,8 @@ <tr> <td class="DataTD"> </td> - <td class="DataTD"><=?_("Question")?></td> - <td class="DataTD"><=?_("Answer")?></td> + <td class="DataTD"><?=_("Question")?></td> + <td class="DataTD"><?=_("Answer")?></td> </tr> <tr> |