diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/picture_content.tpl b/template/yoga/picture_content.tpl index 901d397ed..e015c1237 100644 --- a/template/yoga/picture_content.tpl +++ b/template/yoga/picture_content.tpl @@ -1,7 +1,7 @@ <!-- BEGIN high --> <a href="javascript:phpWGOpenWindow('{high.U_HIGH}','{high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> <!-- END high --> - <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}" /> + <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}"> <!-- BEGIN high --> </a> <p>{lang:picture_high}</p> |