We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddf162 commit fb94e1eCopy full SHA for fb94e1e
SimplePHPForm.php
@@ -117,19 +117,14 @@ function display($name=false)
117
if(!is_string($name))
118
{
119
$output = '';
120
-
121
- if ($name) {
122
- $output .= $this->displayState();
123
- $output .= '<form method="post" action="'.$this->url_action.'" class="simplephpform">';
124
- }
+ $output .= $this->displayState();
+ $output .= '<form method="post" action="'.$this->url_action.'" class="simplephpform">';
125
126
foreach($this->input_list as $input)
127
$output .= $this->display($input->name)."\n";
128
129
130
- $output .= '<input type="submit" value="Submit Form" class="simplephpform_submit" />';
131
- $output .= '</form>';
132
+ $output .= '<input type="submit" value="Submit Form" class="simplephpform_submit" />';
+ $output .= '</form>';
133
134
return $output;
135
}
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments