From 65a6a6dff2b244700f148c1b283cb9336e525196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 9 Sep 2017 15:20:38 +0200 Subject: [PATCH] doc: fix PHP examples in scripting guide --- doc/de/weechat_scripting.de.adoc | 16 +++++++--------- doc/en/weechat_scripting.en.adoc | 16 +++++++--------- doc/fr/weechat_scripting.fr.adoc | 16 +++++++--------- doc/it/weechat_scripting.it.adoc | 16 +++++++--------- doc/ja/weechat_scripting.ja.adoc | 16 +++++++--------- doc/pl/weechat_scripting.pl.adoc | 16 +++++++--------- 6 files changed, 42 insertions(+), 54 deletions(-) diff --git a/doc/de/weechat_scripting.de.adoc b/doc/de/weechat_scripting.de.adoc index be02f4b8f..e37aa994f 100644 --- a/doc/de/weechat_scripting.de.adoc +++ b/doc/de/weechat_scripting.de.adoc @@ -191,12 +191,8 @@ weechat.print("", "Hallo, von einem javascript Skript!"); [source,php] ---- -