Changes between Version 26 and Version 27 of Submitting/Docs
- Timestamp:
- 06/12/18 19:08:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/Docs
v26 v27 91 91 The <h2>SEE ALSO</h2> section of each page should also be alphabetized. 92 92 93 === Foot === 94 95 The last line of the page should be the date of the last modification of the page which is updated automatically by Subversion (during `svn commit`). In other words, include the following example line as is. It will be updated to the correct date automatically. 96 97 {{{ 98 #!text/html 99 <p><i>Last changed: $Date: 2014-08-14 11:34:43 -0400 (Thu, 14 Aug 2014) $</i> 100 }}} 101 93 102 === Break long lines === 94 103