Diff
Not logged in

Differences From:

File src/wiki.c part of check-in [5e8fb35db1] - minor help text correction for 'wiki' command by stephan on 2009-06-01 16:13:56. [view]

To:

File src/wiki.c part of check-in [4ba7b9c288] - Added 'achtung' CSS class to the Preview label, to make it more obvious (but i still think the preview should arguably be below the editor (but could be convinced otherwise)). by stephan on 2009-06-10 22:05:59. [view]

@@ -297,9 +297,9 @@
   style_header(zHtmlPageName);
   if( P("preview")!=0 ){
     blob_zero(&wiki);
     blob_append(&wiki, zBody, -1);
-    @ Preview:<hr>
+    @ <span class='achtung'>Preview:</span><hr>
     wiki_convert(&wiki, 0, 0);
     @ <hr>
     blob_reset(&wiki);
   }