summary refs log tree commit diff stats
path: root/theme/admin/viewComment.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-10 14:46:23 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-10 14:46:23 -0500
commit98bb56988ea9efa9983a3045e2583a091ffd2ff8 (patch)
treed744dd811467d52c6d94e0cf15ad39bd4659eb96 /theme/admin/viewComment.tpl
parent973b420608ee303ad9d68b068121a46a8cffee42 (diff)
downloadfourisland-98bb56988ea9efa9983a3045e2583a091ffd2ff8.tar.gz
fourisland-98bb56988ea9efa9983a3045e2583a091ffd2ff8.tar.bz2
fourisland-98bb56988ea9efa9983a3045e2583a091ffd2ff8.zip
Replaced all "www" subdomain links
For some reason, the source is full of www subdomain links. The rewriting engine doesn't seem to rewrite correctly, so most www subdomain links
forward to the original URL, not the rewritten URL, which is the base of the Pingback error.
Diffstat (limited to 'theme/admin/viewComment.tpl')
-rwxr-xr-xtheme/admin/viewComment.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/viewComment.tpl b/theme/admin/viewComment.tpl index 9254f1d..ae2ee46 100755 --- a/theme/admin/viewComment.tpl +++ b/theme/admin/viewComment.tpl
@@ -1,7 +1,7 @@
1<DIV CLASS="bubble"> 1<DIV CLASS="bubble">
2 <BLOCKQUOTE> 2 <BLOCKQUOTE>
3 <DIV> 3 <DIV>
4 <IMG SRC="http://www.gravatar.com/avatar.php?gravatar_id=<!--CODEDEMAIL-->&amp;rating=G&amp;size=40&amp;default=<!--CODEDDEF-->"> 4 <IMG SRC="http://www.gravatar.com/avatar/<!--CODEDEMAIL-->?s=32&amp;d=identicon&amp;r=G">
5 <!--TEXT--> 5 <!--TEXT-->
6 </DIV> 6 </DIV>
7 </BLOCKQUOTE> 7 </BLOCKQUOTE>