Skip to content

Commit

Permalink
Merge pull request #14 from BioKIC/master
Browse files Browse the repository at this point in the history
Minor spacing adjustments
  • Loading branch information
egbot authored Nov 29, 2021
2 parents 262918d + 723ecaa commit af15e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collections/datasets/datapublisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ function checkAllColl(cb){
'Symbiota collection: '.$collPath.'<br/><br/>'.
'Sincerely, <br/><br/><br/><br/><br/><br/>';
echo $LANG['BEFORE_SUBMITTING'];
echo '(<a href="mailto:[email protected]?subject=Publishing%20data%20from%20Symbiota%20portal%20to%20GBIF...&body='.rawurlencode(str_replace('<br/>', "\n", $bodyStr)).'">[email protected]</a>)';
echo ' (<a href="mailto:[email protected]?subject=Publishing%20data%20from%20Symbiota%20portal%20to%20GBIF...&body='.rawurlencode(str_replace('<br/>', "\n", $bodyStr)).'">[email protected]</a>) ';
echo $LANG['WITH_REQUEST_1'].' &quot;<b>'.$GBIF_USERNAME.'</b>&quot; '.$LANG['WITH_REQUEST_2'];
echo '<a href="#" onclick="toggle(\'emailMsg\');return false;" style="color:blue">'.$LANG['HERE'].'</a> '.$LANG['WITH_REQUEST_3'];
echo ' <a href="#" onclick="toggle(\'emailMsg\');return false;" style="color:blue">'.$LANG['HERE'].'</a> '.$LANG['WITH_REQUEST_3'];
?>
<fieldset id="emailMsg" style="display:none;padding:15px;margin:15px"><legend><?php echo $LANG['EMAIL_DRAFT']; ?></legend><?php echo trim($bodyStr,' <br/>'); ?></fieldset>
<br/><br/>
Expand Down

0 comments on commit af15e4c

Please sign in to comment.