Skip to content
Snippets Groups Projects
Commit f1857d80 authored by Tim Steiner's avatar Tim Steiner
Browse files

Add Office Open XML as an acceptable file type :(

parent 9faa09c6
Branches
Tags
No related merge requests found
...@@ -1057,7 +1057,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours ...@@ -1057,7 +1057,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours
<li><a href="http://en.wikipedia.org/wiki/Portable_document_format" target="_new">Portable Document Format (.pdf)</a></li> <li><a href="http://en.wikipedia.org/wiki/Portable_document_format" target="_new">Portable Document Format (.pdf)</a></li>
<li><a href="http://en.wikipedia.org/wiki/Open_document_format" target="_new">OpenDocument Text (.odt)</a><li> <li><a href="http://en.wikipedia.org/wiki/Open_document_format" target="_new">OpenDocument Text (.odt)</a><li>
<li><a href="http://en.wikipedia.org/wiki/DOC_(computing)" target="_new">MS Word Documents (.doc)</a></li> <li><a href="http://en.wikipedia.org/wiki/DOC_(computing)" target="_new">MS Word Documents (.doc)</a></li>
<li><a href="http://en.wikipedia.org/wiki/Office_Open_XML" target="_new">Office Open XML (.doc)</a></li> <li><a href="http://en.wikipedia.org/wiki/Office_Open_XML" target="_new">Office Open XML (.docx)</a></li>
</ul> </ul>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment