diff options
| author | Tim Graham <timograham@gmail.com> | 2013-02-19 12:44:19 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-19 12:44:19 -0500 |
| commit | 1add79bc4007fee658f193b65aea2af2347aab6b (patch) | |
| tree | fbc948a642dd9c7d985ba01445e0e384148db56a /docs | |
| parent | 00031b73bda7d910aa19876694ebb6778c4b3e70 (diff) | |
Fixed #19852 - Updated admin fieldset example for consistency.
Thanks chris.freeman.pdx@ for the suggestion.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 3f32d3bce4..cbf7d4215b 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -271,7 +271,7 @@ subclass:: Example:: { - 'classes': ['wide', 'extrapretty'], + 'classes': ('wide', 'extrapretty'), } Two useful classes defined by the default admin site stylesheet are |
