Revision 892
Added by Matthias almost 16 years ago
add.php | ||
---|---|---|
56 | 56 |
<tr style="display: [DISPLAY_GROUP]"> |
57 | 57 |
<td valign="top"><a href="[BACK]">[PAGE_TITLE]</a> >> <a href="[BACK]?g=[GROUP_ID]">[GROUP_TITLE]</a></td> |
58 | 58 |
</tr> |
59 |
</table> |
|
60 |
<p style="text-align: justify;">'); |
|
61 |
$post_footer = '</p><p>Last changed: [MODI_DATE] at [MODI_TIME]</p> |
|
59 |
</table>'); |
|
60 |
$post_footer = '<p>Last changed: [MODI_DATE] at [MODI_TIME]</p> |
|
62 | 61 |
<a href=\"[BACK]\">Back</a>'; |
63 | 62 |
$comments_header = addslashes('<br /><br /> |
64 | 63 |
<h2>Comments</h2> |
Also available in: Unified diff
replaced in news modul special chars with entities to get valid output;
changed SESSION ID Separator from '&' to '&' to get valid output
Removed the <p> tag around the news as it is added from the editor
set version to 2.8 BETA