Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/160857
Change subject: people.wm - add line breaks ...................................................................... people.wm - add line breaks having all that HTML on a single line is ugly and makes seeing what is changed and rebases hard it was just because it was copied "as is" from the source Change-Id: Ia2e2e0436228aab0d8293a01b2864f91d6644ed2 --- M modules/publichtml/templates/index.html.erb 1 file changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/57/160857/1 diff --git a/modules/publichtml/templates/index.html.erb b/modules/publichtml/templates/index.html.erb index 8044f98..393f091 100644 --- a/modules/publichtml/templates/index.html.erb +++ b/modules/publichtml/templates/index.html.erb @@ -18,5 +18,15 @@ This web server provides public HTML directories for some Wikimedia staff, contractors, and volunteers. </p> -<p><a href="//commons.wikimedia.org/wiki/File:14-08-10-wikimania-gruppenfoto-01.jpg"><img alt="Several hundred people posing for a group photo at Wikimania 2014 in London." src="//upload.wikimedia.org/wikipedia/commons/thumb/9/92/14-08-10-wikimania-gruppenfoto-01.jpg/640px-14-08-10-wikimania-gruppenfoto-01.jpg" height="438" width="640" /></a><br>"<a href="//commons.wikimedia.org/wiki/File:14-08-10-wikimania-gruppenfoto-01.jpg">14-08-10-wikimania-gruppenfoto-01</a>" by © <a href="//commons.wikimedia.org/wiki/User:Ralf_Roletschek" title="User:Ralf Roletschek">Ralf Roletschek</a> - <a rel="nofollow" class="external text" href="http://www.roletschek.de">Fahrradtechnik und Fotografie</a> - <span class="int-own-work">Own work</span>. Licensed under <a title="Creative Commons Attribution-Share Alike 3.0-at" href="//creativecommons.org/licenses/by-sa/3.0/at/deed.en">CC-BY-SA-3.0-at</a> via <a href="//commons.wikimedia.org/">Wikimedia Commons</a>.</p> +<p> +<a href="//commons.wikimedia.org/wiki/File:14-08-10-wikimania-gruppenfoto-01.jpg"> +<img alt="Several hundred people posing for a group photo at Wikimania 2014 in London." src="//upload.wikimedia.org/wikipedia/commons/thumb/9/92/14-08-10-wikimania-gruppenfoto-01.jpg/640px-14-08-10-wikimania-gruppenfoto-01.jpg" height="438" width="640" /> +</a><br> +"<a href="//commons.wikimedia.org/wiki/File:14-08-10-wikimania-gruppenfoto-01.jpg">14-08-10-wikimania-gruppenfoto-01</a>" + by © <a href="//commons.wikimedia.org/wiki/User:Ralf_Roletschek" title="User:Ralf Roletschek">Ralf Roletschek</a> - +<a rel="nofollow" class="external text" href="http://www.roletschek.de">Fahrradtechnik und Fotografie</a> - +<span class="int-own-work">Own work</span>. Licensed under +<a title="Creative Commons Attribution-Share Alike 3.0-at" href="//creativecommons.org/licenses/by-sa/3.0/at/deed.en">CC-BY-SA-3.0-at</a> +via <a href="//commons.wikimedia.org/">Wikimedia Commons</a>. +</p> </html> -- To view, visit https://gerrit.wikimedia.org/r/160857 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia2e2e0436228aab0d8293a01b2864f91d6644ed2 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
