m |
(Bug report.) |
||
| Line 2: | Line 2: | ||
* Beautify Subpage titles | * Beautify Subpage titles | ||
| + | |||
| + | |||
| + | == Bugs == | ||
| + | sorry for reporting a bug here; but this seems like as good a place as any :) | ||
| + | When using <nowiki><code cpp></nowiki> tags I noted a bug. Specifically when you use the colon (or other means) to indent it. [[User:Zander|Zander]] 20:39, 9 April 2007 (CEST) | ||
| + | Example code: | ||
| + | |||
| + | :<code cpp> | ||
| + | #include <iostream> | ||
| + | #include <QtCore/QDate> | ||
| + | #include <zlib.h> | ||
| + | </code> | ||
sorry for reporting a bug here; but this seems like as good a place as any :) When using <code cpp> tags I noted a bug. Specifically when you use the colon (or other means) to indent it. Zander 20:39, 9 April 2007 (CEST) Example code: