projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5a78c5
)
"No" link to full.mc is now absolute.
author
Mike Taylor
<mike@indexdata.com>
Tue, 20 Feb 2007 19:21:26 +0000
(19:21 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 20 Feb 2007 19:21:26 +0000
(19:21 +0000)
web/htdocs/details/delete.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/delete.mc
b/web/htdocs/details/delete.mc
index
a3b6007
..
c1b65ff
100644
(file)
--- a/
web/htdocs/details/delete.mc
+++ b/
web/htdocs/details/delete.mc
@@
-1,4
+1,4
@@
-%# $Id: delete.mc,v 1.4 2007-01-24 09:28:02 mike Exp $
+%# $Id: delete.mc,v 1.5 2007-02-20 19:21:26 mike Exp $
<%args>
$id
$really => 0
@@
-11,7
+11,7
@@
$really => 0
</p>
<p>
<a href="?really=1&id=<% xml_encode(uri_escape($id)) %>">Yes</a><br/>
- <a href="full.html?id=<% xml_encode(uri_escape($id)) %>">No</a><br/>
+ <a href="/full.html?id=<% xml_encode(uri_escape($id)) %>">No</a><br/>
</p>
% } else {
<%perl>