Skip to content

Commit

Permalink
fix(targetticket,targetchange): remove more code tags
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jul 9, 2019
1 parent e7cabe7 commit a32b056
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions inc/targetchange.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@ public function showForm($options = []) {

echo '<tr class="line0">';
echo '<td colspan="2"><strong>' . __('Full form', 'formcreator') . '</strong></td>';
echo '<td align="center"><code>-</code></td>';
echo '<td align="center"><code><strong>##FULLFORM##</strong></code></td>';
echo '<td align="center">-</td>';
echo '<td align="center"><strong>##FULLFORM##</strong></td>';
echo '<td align="center">-</td>';
echo '</tr>';

Expand All @@ -837,8 +837,8 @@ public function showForm($options = []) {
$i++;
echo '<tr class="line' . ($i % 2) . '">';
echo '<td colspan="2">' . $question['question'] . '</td>';
echo '<td align="center"><code>##question_' . $question['id'] . '##</code></td>';
echo '<td align="center"><code>##answer_' . $question['id'] . '##</code></td>';
echo '<td align="center">##question_' . $question['id'] . '##</td>';
echo '<td align="center">##answer_' . $question['id'] . '##</td>';
echo '<td align="center">' . $question['section'] . '</td>';
echo '</tr>';
}
Expand Down
4 changes: 2 additions & 2 deletions inc/targetticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,8 @@ public function showForm($options = []) {

echo '<tr class="line0">';
echo '<td colspan="2"><strong>' . __('Full form', 'formcreator') . '</strong></td>';
echo '<td align="center"><code>-</code></td>';
echo '<td align="center"><code><strong>##FULLFORM##</strong></code></td>';
echo '<td align="center">-</td>';
echo '<td align="center"><strong>##FULLFORM##</strong></td>';
echo '<td align="center">-</td>';
echo '</tr>';

Expand Down

0 comments on commit a32b056

Please sign in to comment.