r9754 - helma-ng/trunk/apps/demo/skins

[email protected] Thu, 14 May 2009 15:18:39 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090514131839.C87FE3D0D6@mia>
Author: hannes
Date: 2009-05-14 15:18:39 +0200 (Thu, 14 May 2009)
New Revision: 9754

Modified:
   helma-ng/trunk/apps/demo/skins/logging.txt
Log:
Minor text formatting changes

Details at http://dev.helma.org/trac/helma/changeset/9754

Modified: helma-ng/trunk/apps/demo/skins/logging.txt
===================================================================
--- helma-ng/trunk/apps/demo/skins/logging.txt	2009-05-14 13:18:36 UTC (rev 9753)
+++ helma-ng/trunk/apps/demo/skins/logging.txt	2009-05-14 13:18:39 UTC (rev 9754)
@@ -6,13 +6,14 @@
 The helma/logging modules also acts as [middleware][ng:middleware] that allows you to append log
 messages to the page being rendered, which is very useful during development.
 
- * <a href="?info=1">Click here</a> to generate a simple log message.
- * <a href="?error=1">Click here</a> to gnereate an error log message including a stack trace.
+> [Click here](?info=1) to generate a simple log message.
 
+> [Click here](?error=1) to generate an error log message including stack traces.
+
 Helma NG also comes with a JavaScript profiler middleware that gives you information on what functions
 were invoked how often and how long they took to execute. The profiler uses the logging module
 to display this data.
 
- * <a href="?profile=1">Click here</a> to enable the profiler and see its output.
+> [Click here](?profile=1) to enable the profiler and see its output.
 
 Learn more about [logging][ng:helma.logging] and [profiling][ng:helma.profiler] at the Helma NG wiki.
\ No newline at end of file