diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-02 21:57:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-02 21:57:23 +0000 |
commit | 9920dc966db816c0eed06b01e7f828dbe81752bd (patch) | |
tree | 9a3cece1a9919643ba02bf5e3f1dd639e07d1b71 | |
parent | 2fb92c0dd491715501d7c2ef62d624c63253830d (diff) |
web commit by JoshTriplett: s/parens/square brackets/
-rw-r--r-- | doc/templates/popup.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/templates/popup.mdwn b/doc/templates/popup.mdwn index 244c1d4dd..b355daa2e 100644 --- a/doc/templates/popup.mdwn +++ b/doc/templates/popup.mdwn @@ -9,7 +9,7 @@ anything, even images or a whole little wiki page, but should not be too large for good usability. </ul> Note that browsers that do not support the CSS will display the popup -inline in the page, inside parens. +inline in the page, inside square brackets. </TMPL_UNLESS> <span class="popup"><TMPL_VAR mouseover> <span class="paren">[</span><span class="balloon"><TMPL_VAR popup></span><span class="paren">]</span> |