summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 489a179..af1a5e2 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,11 @@ pfSense on bootstrap
We are migrating pfSense to Bootstrap. You can help! Please respect these code-guidelines:
-* use tabs (tabstop=4) for indenting (except the license-header which contains 2 lines that are indented with '\t ')
+* use tabs (tabstop=4) for indenting (except the license-header which contains 3 lines that are indented with "\t ")
+* no trailing whitespace
* limited echoing of HTML from php, please use proper templating syntax instead (eg. foreach/endforeach)
-* limited attributes on elements; *no style attributes*
+* limited attributes on elements; _no style attributes_
* no inline javascript
-* html attributes should be using double-quoted attribute-values. This means your php-code should use mostly single-quoted strings
+* html attributes should be using double-quoted attribute-values. This means your php-code should probably use single-quoted strings
If you feel adventurous you can sometimes rewrite some PHP & javascript code as well; but try to keep this to a minimum. \ No newline at end of file
OpenPOWER on IntegriCloud