diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-10 23:08:34 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-10 23:08:34 +0200 |
commit | ca08b72483041e7025c47da80a503208fa09e386 (patch) | |
tree | c826e7647ab779e3afa473dd1cfa9fb8429a5fa1 | |
parent | bfee925542dd9f26eaf6c510f5d512d4550f6540 (diff) |
Add more spaces on continuations
-rw-r--r-- | js/abmahn.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/abmahn.js b/js/abmahn.js index 811e495..88c8dbd 100644 --- a/js/abmahn.js +++ b/js/abmahn.js | |||
@@ -267,12 +267,12 @@ function abmahnbeantworter() { | |||
267 | zudem = 1; | 267 | zudem = 1; |
268 | } | 268 | } |
269 | if(getCheck('alibi_freifunk')) { | 269 | if(getCheck('alibi_freifunk')) { |
270 | fliesstext += zudem ? 'Zudem betreibe ich' : 'Ich betreibe'; | 270 | fliesstext += zudem ? ' Zudem betreibe ich' : 'Ich betreibe'; |
271 | fliesstext += ' einen Freifunk-Knoten und werde von § 8 TMG n. F. haftungsprivilegiert.'; | 271 | fliesstext += ' einen Freifunk-Knoten und werde von § 8 TMG n. F. haftungsprivilegiert.'; |
272 | zudem = 1; | 272 | zudem = 1; |
273 | } | 273 | } |
274 | if(getCheck('alibi_fluechtlingshilfe')) { | 274 | if(getCheck('alibi_fluechtlingshilfe')) { |
275 | fliesstext += zudem ? 'Zudem stelle ich' : 'Ich stelle'; | 275 | fliesstext += zudem ? ' Zudem stelle ich' : 'Ich stelle'; |
276 | fliesstext += ' meinen Anschluss Flüchtlingsheimen zur Verfügung.'; | 276 | fliesstext += ' meinen Anschluss Flüchtlingsheimen zur Verfügung.'; |
277 | zudem = 1; | 277 | zudem = 1; |
278 | } | 278 | } |