diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 20:45:40 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 20:45:40 +0000 |
commit | 27bfa7b40eeae989a4dadaeba1c6f5336946d1ef (patch) | |
tree | 7540254145ccf7816e95ce2a24feed91d083f9f1 | |
parent | a82943776156937430e3c785ce6aebc439f90a45 (diff) |
Remove img style attribute from recentchanges.tmpl; the default style.css covers this.
-rw-r--r-- | templates/recentchanges.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index 9d4ba405c..b02ac4bf5 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -39,7 +39,7 @@ <TMPL_LOOP NAME="PAGES"> <TMPL_IF NAME="DIFFURL"> <a href="<TMPL_VAR NAME="DIFFURL">"> - <img alt="diff" src="wikiicons/diff.png" style="border-style: none" /> + <img alt="diff" src="wikiicons/diff.png" /> </a> <TMPL_VAR NAME="LINK"> <TMPL_ELSE> |