duplicate input names

pull/401/head
friendica 2012-07-19 19:48:33 -07:00
parent 2f641ecdc8
commit b78bd8cc94
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $parent
<div id="prvmail-to-label">$to</div>
{{ if $showinputs }}
<input type="text" id="recip" name="messageto" value="$prefill" maxlength="255" size="64" tabindex="10" />
<input type="text" id="recip" name="messagerecip" value="$prefill" maxlength="255" size="64" tabindex="10" />
<input type="hidden" id="recip-complete" name="messageto" value="$preid">
{{ else }}
$select