$res = "<a href=\"$url#comments\" class=\"comments_link\">";
| Pieter Post |  | 
|---|---|
| I have a strange bug on me site : When i wanne edit in the functions.php this line $res = "<a href=\"$url#comments\" class=\"comments_link\"><img src=\"skins/".$usr['skin']."/img/system/icon-comment.gif\" alt=\"\" />"; to this $res = "<a href=\"$url#comments\" class=\"comments_link\">";and refesh the page i get Page can't be found error | 
| CorpQuid |  | 
|---|---|
| You forgot the forward slash before the last > Try this one $res = "<a href=\"$url#comments\" class=\"comments_link\" />"; | 
| Pieter Post |  | 
|---|---|
| thanks for u reply , but no still the same error    
                        Bu gönderi Pieter Post tarafından düzenlendi (2009-03-13 18:37, 16 yıllar önce)
                     | 
| Kilandor |  | 
|---|---|
| Can you please post the whole code snippet? |