diff options
| author | Scott Ostler <sbsotler@gmail.com> | 2010-11-29 02:23:50 -0500 |
|---|---|---|
| committer | Scott Ostler <sbsotler@gmail.com> | 2010-11-29 02:23:50 -0500 |
| commit | 59af476f7d0c29319931102f05b7b6da63c5ee54 (patch) | |
| tree | 80969c53907e46eda9592d038950ef7eae9a43d8 /template/profile.st | |
| parent | 25f6bb92ef2920d4d97fcf443573f0b09d3bb14f (diff) | |
fix pichat.js
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/profile.st b/template/profile.st index ce0a9e6..3aae2c2 100644 --- a/template/profile.st +++ b/template/profile.st @@ -101,11 +101,11 @@ <img src="$dm.avatar$" height="20" width="20" /> <span class="linkify-full">$dm.content$</span> </div> - <script> - var Recips = $recips$; - </script> }$ </div> + <script> + var Recips = $recips$; + </script> $endif$ </div> |
