projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
490c98b
)
bad html in view/follow.tpl
author
friendica
<info@friendica.com>
Wed, 19 Sep 2012 10:17:41 +0000
(
03:17
-0700)
committer
friendica
<info@friendica.com>
Wed, 19 Sep 2012 10:17:41 +0000
(
03:17
-0700)
view/follow.tpl
patch
|
blob
|
history
diff --git
a/view/follow.tpl
b/view/follow.tpl
index 259e74a931fa43450cc773eee2ef41eb55b86b1a..d6f32613072bac8e1d15deca8414da9494f5f101 100644
(file)
--- a/
view/follow.tpl
+++ b/
view/follow.tpl
@@
-1,7
+1,7
@@
<div id="follow-sidebar" class="widget">
<h3>$connect</h3>
<div id="connect-desc">$desc</div>
- <form action="follow" method="post"
/
>
+ <form action="follow" method="post" >
<input id="side-follow-url" type="text" name="url" size="24" title="$hint" /><input id="side-follow-submit" type="submit" name="submit" value="$follow" />
</form>
</div>