diff options
| author | root <root@riffraff.tg14.gathering.org> | 2014-04-20 00:55:08 +0200 | 
|---|---|---|
| committer | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-20 01:18:30 +0200 | 
| commit | c0a17a4b8f6e4e1387e227be1826411df26b59fc (patch) | |
| tree | 4220f52d23543f74585af1a9119958e45976aaf2 /web | |
| parent | 30b03e98caa45db0a7e2f3c2e4992b285ddc86eb (diff) | |
open stream site with target bank, since systems uses our page as an iframe
Diffstat (limited to 'web')
| -rw-r--r-- | web/stream.gathering.org/index.tmpl | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/web/stream.gathering.org/index.tmpl b/web/stream.gathering.org/index.tmpl index 131d474..e233311 100644 --- a/web/stream.gathering.org/index.tmpl +++ b/web/stream.gathering.org/index.tmpl @@ -29,8 +29,9 @@  		</TMPL_LOOP>  	</div> +  	<p>Problems with the non game streams? The easiest way to get hold of us is on IRC (EFNet); one of ViD, Rockj and Sesse should be available if there's too much traffic on #tg to be heard.</p> -	<p><a href="http://stream.tg<TMPL_VAR NAME="TG">.gathering.org">http://stream.tg<TMPL_VAR NAME="TG">.gathering.org</a></p> +	<p><a target="_blank" href="http://stream.tg<TMPL_VAR NAME="TG">.gathering.org">http://stream.tg<TMPL_VAR NAME="TG">.gathering.org</a></p>  </body>  </html> | 
