Fossil SCM
Typo fix; patch by jungleboogie in forum post ID 775e4c0771.
Commit
c8ef388b28e10e02322ea414d1325cf805437cf613bc942e354950c9ac5ecf61
Parent
dc5e06ff71b2a3a…
1 file changed
+1
-1
+1
-1
| --- src/forum.c | ||
| +++ src/forum.c | ||
| @@ -864,11 +864,11 @@ | ||
| 864 | 864 | style_header("Edit %s", zTitle ? "Post" : "Reply"); |
| 865 | 865 | @ <h1>Original Post:</h1> |
| 866 | 866 | forum_render(pPost->zThreadTitle, pPost->zMimetype, pPost->zWiki, |
| 867 | 867 | "forumEdit"); |
| 868 | 868 | if( P("preview") ){ |
| 869 | - @ <h1>Preview Of Editted Post:</h1> | |
| 869 | + @ <h1>Preview of Edited Post:</h1> | |
| 870 | 870 | forum_render(zTitle, zMimetype, zContent,"forumEdit"); |
| 871 | 871 | } |
| 872 | 872 | @ <h1>Revised Message:</h1> |
| 873 | 873 | @ <form action="%R/forume2" method="POST"> |
| 874 | 874 | @ <input type="hidden" name="fpid" value="%h(P("fpid"))"> |
| 875 | 875 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -864,11 +864,11 @@ | |
| 864 | style_header("Edit %s", zTitle ? "Post" : "Reply"); |
| 865 | @ <h1>Original Post:</h1> |
| 866 | forum_render(pPost->zThreadTitle, pPost->zMimetype, pPost->zWiki, |
| 867 | "forumEdit"); |
| 868 | if( P("preview") ){ |
| 869 | @ <h1>Preview Of Editted Post:</h1> |
| 870 | forum_render(zTitle, zMimetype, zContent,"forumEdit"); |
| 871 | } |
| 872 | @ <h1>Revised Message:</h1> |
| 873 | @ <form action="%R/forume2" method="POST"> |
| 874 | @ <input type="hidden" name="fpid" value="%h(P("fpid"))"> |
| 875 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -864,11 +864,11 @@ | |
| 864 | style_header("Edit %s", zTitle ? "Post" : "Reply"); |
| 865 | @ <h1>Original Post:</h1> |
| 866 | forum_render(pPost->zThreadTitle, pPost->zMimetype, pPost->zWiki, |
| 867 | "forumEdit"); |
| 868 | if( P("preview") ){ |
| 869 | @ <h1>Preview of Edited Post:</h1> |
| 870 | forum_render(zTitle, zMimetype, zContent,"forumEdit"); |
| 871 | } |
| 872 | @ <h1>Revised Message:</h1> |
| 873 | @ <form action="%R/forume2" method="POST"> |
| 874 | @ <input type="hidden" name="fpid" value="%h(P("fpid"))"> |
| 875 |