summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-28 14:00:27 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-28 14:00:27 +0100
commit85da4bd9bb980dcefdd119ddf96d794c903ad5bd (patch)
treeaacb638f397feaf9f9f6561042d63ec8f5373b95
parent048b17dcbdc2f256061238a1286f1c09ef6912e1 (diff)
Fix newline
-rw-r--r--share/doc/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/plugins.md b/share/doc/plugins.md
index 9e78e839..ebba8f71 100644
--- a/share/doc/plugins.md
+++ b/share/doc/plugins.md
@@ -1010,7 +1010,7 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi
 </pre>
 
 In the example above, the settings will be saved to the plugin_tester_thingie.conf file, and its content will be:
->myvar1 = I want to save this string!
+>myvar1 = I want to save this string!  
 myvar2 = This is important, too.
 
 You should never need to edit this file manually.