aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
index 91c2efdfe..63f114c27 100644
--- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
@@ -144,7 +144,7 @@ sub open311_pre_send {
$self->{ox_original_detail} = $row->detail;
if (my $fid = $row->get_extra_field_value('feature_id')) {
- my $text = $row->detail . "\n\nAsset Id: $fid\n";
+ my $text = "Asset Id: $fid\n\n" . $row->detail;
$row->detail($text);
}
}