projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e37127
)
Correct url
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 13 Oct 2016 18:22:47 +0000
(14:22 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 13 Oct 2016 18:22:47 +0000
(14:22 -0400)
extra slash in detail url.
templates/template.html
patch
|
blob
|
history
diff --git
a/templates/template.html
b/templates/template.html
index
59fac6c
..
74fa8b6
100755
(executable)
--- a/
templates/template.html
+++ b/
templates/template.html
@@
-142,7
+142,7
@@
<div class="pContentSub">
<h3 class="pTitle">{v[title]:h}</h3>
{v[intro]:h}
- <a class="pDetailButton" href="{baseURLDefined:h}
/
index.php?package_id={v[id]}">>>View Details</a>
+ <a class="pDetailButton" href="{baseURLDefined:h}index.php?package_id={v[id]}">>>View Details</a>
</div>
</div>