From cd95646a3ab530f5fc07e1f886157dee5b3bc375 Mon Sep 17 00:00:00 2001 From: Chris Connett Date: Sun, 1 May 2011 00:33:34 -0400 Subject: [PATCH] Line ending fix. --- website/templates/plugin.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/website/templates/plugin.html b/website/templates/plugin.html index 6d2f75c..ac4ec3b 100644 --- a/website/templates/plugin.html +++ b/website/templates/plugin.html @@ -1,14 +1,14 @@ -{% extends "index.html" %} -{% block content %} -

Plugin

- -

Our economy listings depend on data from observed trades. That's where you can help. If you run a TF2 server with sourcemod (especially a dedicated trading server) and you install our plugin, trades that occur on your server will be sent to our database to help keep market values up-to-date.

- -

Installing the plugin

- -

The plugin has one prerequisite: the cURL Sourcemod extension. You can download it here. It installs easily; just unpack the archive into your server's sourcemod folder.

- -

Then you can install our plugin just by dropping it into the plugins folder on your server. It should load on the next map change.

- -

You can download the plugin -here-. The current version is {{ version }}. The source is available on GitHub

. +{% extends "index.html" %} +{% block content %} +

Plugin

+ +

Our economy listings depend on data from observed trades. That's where you can help. If you run a TF2 server with sourcemod (especially a dedicated trading server) and you install our plugin, trades that occur on your server will be sent to our database to help keep market values up-to-date.

+ +

Installing the plugin

+ +

The plugin has one prerequisite: the cURL Sourcemod extension. You can download it here. It installs easily; just unpack the archive into your server's sourcemod folder.

+ +

Then you can install our plugin just by dropping it into the plugins folder on your server. It should load on the next map change.

+ +

You can download the plugin -here-. The current version is {{ version }}. The source is available on GitHub

. {% endblock %} \ No newline at end of file