From 12eafc00a9cbd2c24fbbd6a7415e5ecb97ef02b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Tue, 22 Sep 2015 12:24:31 +0200 Subject: [PATCH] Auftrags-Controller: trailing whitespaces entfernt. --- templates/webpages/order/tabs/basic_data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index 6a89ae9cb..bf4c5bf80 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -277,7 +277,7 @@ function recalc_amounts_and_taxes() { function redisplay_linetotals(data) { $('.row_entry [name="linetotal"]').each(function(idx, elt) { - $(elt).html(data[idx]); + $(elt).html(data[idx]); }); } -- 2.20.1