Version bump

pull/567/head
Iglocska 2015-07-01 08:45:01 +02:00
parent 812ac878c3
commit 341f1d52de
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
{"major":2, "minor":3, "hotfix":89}
{"major":2, "minor":3, "hotfix":90}

View File

@ -20,10 +20,10 @@
endif;
if ($target_type === 'post'):
?>
<div class="input clear">
<label for="PostResponseTo">In response to</label>
<textarea class="input-xxlarge" disabled="disabled" cols="30" rows="6" id="PostResponseTo"><?php echo h($previous); ?></textarea>
</div>
<div class="input clear">
<label for="PostResponseTo">In response to</label>
<textarea class="input-xxlarge" disabled="disabled" cols="30" rows="6" id="PostResponseTo"><?php echo h($previous); ?></textarea>
</div>
<?php
$quote = '[QUOTE]' . $previous . '[/QUOTE]' . "\n";
endif;