Remove the "Last modified by" line

Hello,

2 ways:

  • You can use a SSX to hide it
    ie: with this CSS
.xdocLastModification {
display: none;
}

About SSX: http://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/Tutorials/SkinExtensionsTutorial/#HMinimalStyleSheeteXtension

  • or “worst”, modify the template:
webapps/xwiki/skins/flamingo/contentheader.vm:      <div class="xdocLastModification">

Pascal BASTIEN