projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
904257a
)
BUGFIX: fix link to wiki on login page
author
Arun Persaud
<arun@nubati.net>
Mon, 10 Dec 2012 03:34:07 +0000
(19:34 -0800)
committer
Arun Persaud
<arun@nubati.net>
Mon, 10 Dec 2012 03:34:07 +0000
(19:34 -0800)
include/welcome.php
patch
|
blob
|
history
diff --git
a/include/welcome.php
b/include/welcome.php
index 5ba7b382c262fbecebf6af7be830c3e75baf0353..b3f1c7184f2af62c0736a3bacc3218dc95815f64 100644
(file)
--- a/
include/welcome.php
+++ b/
include/welcome.php
@@
-55,7
+55,7
@@
echo "\n\n<div class=\"login\">\n";
<div class="hero-unit">
<h1>E-DoKo</h1>
<p>Play Doppelkopf online</p>
- <p> For more information please visit our <a href="<?php
$WIKI
?>">wiki</a> or just log in. </p>
+ <p> For more information please visit our <a href="<?php
echo "$WIKI";
?>">wiki</a> or just log in. </p>
</div>